See: Description
Interface | Description |
---|---|
InboundInvocationHandler |
Interface to invoke when the
Transport receives a command from other node
or site. |
PerCacheInboundInvocationHandler |
Interface to invoke when a
CacheRpcCommand is received from other node in the
local site. |
Reply |
Interface responsible to send back the return value to the sender.
|
Class | Description |
---|---|
AbstractDelegatingHandler |
Class to be extended to allow some control over the
PerCacheInboundInvocationHandler
in tests. |
BaseBlockingRunnable |
Common logic to handle
CacheRpcCommand . |
BasePerCacheInboundInvocationHandler |
Implementation with the default handling methods and utilities methods.
|
CorePackageImpl | |
DefaultTopologyRunnable |
The default
Runnable for the remote commands receives. |
GlobalInboundInvocationHandler |
InboundInvocationHandler implementation that handles all the ReplicableCommand . |
NonTxPerCacheInboundInvocationHandler |
A
PerCacheInboundInvocationHandler implementation for non-total order
caches. |
TrianglePerCacheInboundInvocationHandler |
A
PerCacheInboundInvocationHandler implementation for non-transactional and distributed caches that uses the
triangle algorithm. |
TxPerCacheInboundInvocationHandler |
A
PerCacheInboundInvocationHandler implementation for non-total order caches. |
Enum | Description |
---|---|
DeliverOrder |
Used in RPC, it defines how the messages are delivered to the nodes.
|
TopologyMode |
It checks or waits until the required topology is installed.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.