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.read   
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.remote.recovery   
org.infinispan.query.clustered   
org.infinispan.query.indexmanager   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.xsite   
 

Uses of BaseRpcCommand in org.infinispan.commands
 

Subclasses of BaseRpcCommand in org.infinispan.commands
 class CancelCommand
          Command to cancel commands executing in remote VM
 class CreateCacheCommand
          Command to create/start a cache on a subset of Infinispan cluster nodes
 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.read
 

Subclasses of BaseRpcCommand in org.infinispan.commands.read
 class DistributedExecuteCommand<V>
          DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
 class MapCombineCommand<KIn,VIn,KOut,VOut>
          MapCombineCommand is a container to migrate Mapper and Reducer which is a combiner to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
 class ReduceCommand<KOut,VOut>
          ReduceCommand is a container to migrate Reducer to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
 

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
 

Uses of BaseRpcCommand in org.infinispan.query.indexmanager
 

Subclasses of BaseRpcCommand in org.infinispan.query.indexmanager
 class IndexUpdateCommand
          Custom RPC command containing an index update request for the Master IndexManager of a specific cache & index.
 

Uses of BaseRpcCommand in org.infinispan.statetransfer
 

Subclasses of BaseRpcCommand in org.infinispan.statetransfer
 class StateRequestCommand
          This command is used by a StateConsumer to request transactions and cache entries from a StateProvider.
 class StateResponseCommand
          This command is used by a StateProvider to push cache entries to a StateConsumer.
 

Uses of BaseRpcCommand in org.infinispan.xsite
 

Subclasses of BaseRpcCommand in org.infinispan.xsite
 class XSiteAdminCommand
          Command used for handling XSiteReplication administrative operations.
 


-->

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