Package org.infinispan.commands.remote
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
-
ClassDescriptionThe
RpcManager
only replicates commands wrapped in aCacheRpcCommand
.Issues a remote getAll call.Issues a remote get call.Informs node that it is not allowed to serve reads from the local record anymore.Aggregates a single command for replication.