Package org.infinispan.commands.remote
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.
- Since:
- 4.0
- Author:
- Manik Surtani
-
Interface Summary Interface Description CacheRpcCommand TheRpcManageronly replicates commands wrapped in aCacheRpcCommand. -
Class Summary Class Description BaseClusteredReadCommand BaseRpcCommand CheckTransactionRpcCommand ClusteredGetAllCommand<K,V> Issues a remote getAll call.ClusteredGetCommand Issues a remote get call.GetKeysInGroupCommand VisitableCommandthat fetches the keys belonging to a group.RenewBiasCommand RevokeBiasCommand Informs node that it is not allowed to serve reads from the local record anymore.SingleRpcCommand Aggregates a single command for replication.