Uses of Interface
org.infinispan.commands.remote.CacheRpcCommand

Packages that use CacheRpcCommand
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.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
 

Uses of CacheRpcCommand in org.infinispan.commands
 

Classes in org.infinispan.commands that implement CacheRpcCommand
 class RemoveCacheCommand
          Command to stop a cache and remove all its contents from both memory and any backing store.
 

Uses of CacheRpcCommand in org.infinispan.commands.control
 

Classes in org.infinispan.commands.control that implement CacheRpcCommand
 class LockControlCommand
          LockControlCommand is a command that enables distributed locking across infinispan nodes.
 class RehashControlCommand
          A control command to coordinate rehashes that may occur when nodes join or leave a cluster, when DIST is used as a cache mode.
 

Uses of CacheRpcCommand in org.infinispan.commands.read
 

Classes in org.infinispan.commands.read that implement CacheRpcCommand
 class MapReduceCommand
          MapReduceCommand is used to migrate Mapper and Reducer to remote JVM where they will get invoked.
 

Uses of CacheRpcCommand in org.infinispan.commands.remote
 

Classes in org.infinispan.commands.remote that implement CacheRpcCommand
 class BaseRpcCommand
           
 class BaseRpcInvokingCommand
          Base class for RPC commands.
 class ClusteredGetCommand
          Issues a remote get call.
 class GetInDoubtTransactionsCommand
          Rpc to obtain all in-doubt prepared transactions stored on remote nodes.
 class MultipleRpcCommand
          Command that implements cluster replication logic.
 class RecoveryCommand
          Base class for recovery-related rpc-commands.
 class RemoveRecoveryInfoCommand
          Command for removing recovery related information from the cluster.
 class SingleRpcCommand
          Similar to MultipleRpcCommand, but it only aggregates a single command for replication.
 

Uses of CacheRpcCommand in org.infinispan.commands.tx
 

Subinterfaces of CacheRpcCommand in org.infinispan.commands.tx
 interface TransactionBoundaryCommand
          An transaction boundary command that allows the retrieval of an attached GlobalTransaction
 

Classes in org.infinispan.commands.tx that implement CacheRpcCommand
 class AbstractTransactionBoundaryCommand
          An abstract transaction boundary command that holds a reference to a GlobalTransaction
 class CommitCommand
          Command corresponding to the 2nd phase of 2PC.
 class PrepareCommand
          Command corresponding to the 1st phase of 2PC.
 class RollbackCommand
          Command corresponding to a transaction rollback.
 

Uses of CacheRpcCommand in org.infinispan.remoting
 

Methods in org.infinispan.remoting with parameters of type CacheRpcCommand
 Response InboundInvocationHandlerImpl.handle(CacheRpcCommand cmd, Address origin)
           
 Response InboundInvocationHandler.handle(CacheRpcCommand command, Address origin)
          Invokes a command on the cache, from a remote source.
 org.infinispan.remoting.InboundInvocationHandlerImpl.JoinHandle InboundInvocationHandlerImpl.howToHandle(CacheRpcCommand cmd)
           
 void InboundInvocationHandlerImpl.waitForStart(CacheRpcCommand cmd)
           
 

Uses of CacheRpcCommand in org.infinispan.remoting.responses
 

Methods in org.infinispan.remoting.responses with parameters of type CacheRpcCommand
 Response ResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 Response DistributionResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 Response DefaultResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 


-->

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