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 TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Class Summary Class Description BaseClusteredReadCommand BaseRpcCommand BaseRpcInvokingCommand Deprecated. Since 9.0, it will be removed soonClusteredGetAllCommand<K,V> Issues a remote getAll call.ClusteredGetCommand Issues a remote get call.GetKeysInGroupCommand VisitableCommand
that 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.