| 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.
|
| DefaultTopologyRunnable |
The default
Runnable for the remote commands receives. |
| GlobalInboundInvocationHandler |
InboundInvocationHandler implementation that handles all the ReplicableCommand. |
| NonTotalOrderPerCacheInboundInvocationHandler |
A
PerCacheInboundInvocationHandler implementation for non-total order
caches. |
| NonTotalOrderTxPerCacheInboundInvocationHandler |
A
PerCacheInboundInvocationHandler implementation for non-total order caches. |
| TotalOrderTxPerCacheInboundInvocationHandler |
A
PerCacheInboundInvocationHandler implementation for 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 © 2024 JBoss, a division of Red Hat. All rights reserved.