|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.infinispan.commands.remote | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.control | Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. |
org.infinispan.commands.read | Commands that read data from the cache. |
org.infinispan.commands.remote | Meta-commands that wrap other commands for remote execution. |
org.infinispan.commands.tx | Commands that represent transactional lifecycle transitions. |
org.infinispan.remoting | Remote communication between cache instances. |
org.infinispan.remoting.responses | Abstractions of the different response types allowed during RPC. |
Classes in org.infinispan.commands.remote used by org.infinispan.commands | |
---|---|
BaseRpcCommand
|
|
CacheRpcCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand . |
|
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. |
|
RemoveRecoveryInfoCommand
Command for removing recovery related information from the cluster. |
|
SingleRpcCommand
Similar to MultipleRpcCommand , but it only aggregates a single command for
replication. |
Classes in org.infinispan.commands.remote used by org.infinispan.commands.control | |
---|---|
BaseRpcCommand
|
|
CacheRpcCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand . |
Classes in org.infinispan.commands.remote used by org.infinispan.commands.read | |
---|---|
BaseRpcCommand
|
|
CacheRpcCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand . |
Classes in org.infinispan.commands.remote used by org.infinispan.commands.remote | |
---|---|
BaseRpcCommand
|
|
BaseRpcInvokingCommand
Base class for RPC commands. |
|
CacheRpcCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand . |
|
RecoveryCommand
Base class for recovery-related rpc-commands. |
Classes in org.infinispan.commands.remote used by org.infinispan.commands.tx | |
---|---|
CacheRpcCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand . |
Classes in org.infinispan.commands.remote used by org.infinispan.remoting | |
---|---|
CacheRpcCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand . |
Classes in org.infinispan.commands.remote used by org.infinispan.remoting.responses | |
---|---|
CacheRpcCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand . |
|
--> |