Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.remoting.inboundhandler |
Modifier and Type | Method and Description |
---|---|
PerCacheInboundInvocationHandler |
ComponentRegistry.getPerCacheInboundInvocationHandler()
Caching shortcut for #getComponent(PerCacheInboundInvocationHandler.class);
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingHandler
Class to be extended to allow some control over the
PerCacheInboundInvocationHandler
in tests. |
class |
BasePerCacheInboundInvocationHandler
Implementation with the default handling methods and utilities methods.
|
class |
NonTotalOrderPerCacheInboundInvocationHandler
A
PerCacheInboundInvocationHandler implementation for non-total order
caches. |
class |
NonTotalOrderTxPerCacheInboundInvocationHandler
A
PerCacheInboundInvocationHandler implementation for non-total order caches. |
class |
TotalOrderTxPerCacheInboundInvocationHandler
A
PerCacheInboundInvocationHandler implementation for total order
caches. |
Modifier and Type | Field and Description |
---|---|
protected PerCacheInboundInvocationHandler |
AbstractDelegatingHandler.delegate |
Constructor and Description |
---|
AbstractDelegatingHandler(PerCacheInboundInvocationHandler delegate) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.