Uses of Class
org.infinispan.commands.remote.BaseRpcCommand

Packages that use BaseRpcCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.remote.recovery   
org.infinispan.query.clustered   
 

Uses of BaseRpcCommand in org.infinispan.commands
 

Subclasses of BaseRpcCommand in org.infinispan.commands
 class RemoveCacheCommand
          Command to stop a cache and remove all its contents from both memory and any backing store.
 

Uses of BaseRpcCommand in org.infinispan.commands.control
 

Subclasses of BaseRpcCommand in org.infinispan.commands.control
 class StateTransferControlCommand
          A control command to coordinate state transfer that may occur when nodes join or leave a cluster.
 

Uses of BaseRpcCommand in org.infinispan.commands.read
 

Subclasses of BaseRpcCommand in org.infinispan.commands.read
 class MapReduceCommand
          MapReduceCommand is used to migrate Mapper and Reducer to remote JVM where they will get invoked.
 

Uses of BaseRpcCommand in org.infinispan.commands.remote
 

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

Uses of BaseRpcCommand in org.infinispan.commands.remote.recovery
 

Subclasses of BaseRpcCommand in org.infinispan.commands.remote.recovery
 class CompleteTransactionCommand
          Command used by the recovery tooling for forcing transaction completion .
 class GetInDoubtTransactionsCommand
          Rpc to obtain all in-doubt prepared transactions stored on remote nodes.
 class GetInDoubtTxInfoCommand
          Command used by the recovery tooling for obtaining the list of in-doubt transactions from a node.
 class RecoveryCommand
          Base class for recovery-related rpc-commands.
 class TxCompletionNotificationCommand
          Command for removing recovery related information from the cluster.
 

Uses of BaseRpcCommand in org.infinispan.query.clustered
 

Subclasses of BaseRpcCommand in org.infinispan.query.clustered
 class ClusteredQueryCommand
          Encapsulates all rpc calls for distributed queries actions
 


-->

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