|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CacheRpcCommand | The RpcManager only replicates commands wrapped in a CacheRpcCommand . |
Class Summary | |
---|---|
BaseRpcCommand | |
BaseRpcInvokingCommand | Base class for RPC commands. |
ClusteredGetCommand | Issues a remote get call. |
GetInDoubtTransactionsCommand | Rpc to obtain all in-doubt prepared transactions stored on remote nodes. |
MultipleRpcCommand | Command that implements cluster replication logic. |
RecoveryCommand | Base class for recovery-related rpc-commands. |
RemoveRecoveryInfoCommand | Command for removing recovery related information from the cluster. |
SingleRpcCommand | Similar to MultipleRpcCommand , but it only aggregates a single command for
replication. |
Meta-commands that wrap other commands for remote execution. Commands in this package typically expose information such as cache name, so that the target invocation environment is able to determine which cache to dispatch the wrapped command or commands to.
|
--> |