Package | Description |
---|---|
org.infinispan.remoting.inboundhandler |
Handling of inbound commands on remote nodes.
|
org.infinispan.remoting.inboundhandler.action |
Modifier and Type | Class and Description |
---|---|
class |
NonTxPerCacheInboundInvocationHandler
A
PerCacheInboundInvocationHandler implementation for non-total order
caches. |
class |
TrianglePerCacheInboundInvocationHandler
A
PerCacheInboundInvocationHandler implementation for non-transactional and distributed caches that uses the
triangle algorithm. |
class |
TxPerCacheInboundInvocationHandler
A
PerCacheInboundInvocationHandler implementation for non-total order caches. |
Modifier and Type | Field and Description |
---|---|
protected BasePerCacheInboundInvocationHandler |
BaseBlockingRunnable.handler |
Constructor and Description |
---|
BaseBlockingRunnable(BasePerCacheInboundInvocationHandler handler,
CacheRpcCommand command,
Reply reply,
boolean sync) |
DefaultTopologyRunnable(BasePerCacheInboundInvocationHandler handler,
CacheRpcCommand command,
Reply reply,
TopologyMode topologyMode,
int commandTopologyId,
boolean sync) |
Constructor and Description |
---|
CheckTopologyAction(BasePerCacheInboundInvocationHandler handler) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.