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
- THIS IS NOT PUBLIC API! This is a private implementation detail and must not be referenced by user code.
-
ClassDescriptionThe
RpcManageronly replicates commands wrapped in aCacheRpcCommand.WARNING: Generated code!Issues a remote getAll call.WARNING: Generated code!Issues a remote get call.WARNING: Generated code!