Package org.infinispan.commands.remote

Meta-commands that wrap other commands for remote execution.

See:
          Description

Interface Summary
CacheRpcCommand The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Class Summary
BaseRpcCommand  
BaseRpcInvokingCommand Base class for RPC commands.
ClusteredGetCommand Issues a remote get call.
MultipleRpcCommand Command that implements cluster replication logic.
SingleRpcCommand Similar to MultipleRpcCommand, but it only aggregates a single command for replication.
 

Package org.infinispan.commands.remote Description

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

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.