|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.remote.recovery | |
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. |
org.infinispan.util.logging | Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. |
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 |
MultipleRpcCommand
Command that implements cluster replication logic. |
class |
SingleRpcCommand
Similar to MultipleRpcCommand , but it only aggregates a single command for
replication. |
Uses of CacheRpcCommand in org.infinispan.commands.remote.recovery |
---|
Classes in org.infinispan.commands.remote.recovery that implement CacheRpcCommand | |
---|---|
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 |
RemoveRecoveryInfoCommand
Command for removing recovery related information from the cluster. |
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)
|
Uses of CacheRpcCommand in org.infinispan.util.logging |
---|
Methods in org.infinispan.util.logging with parameters of type CacheRpcCommand | |
---|---|
void |
Log.exceptionHandlingCommand(CacheRpcCommand cmd,
Throwable t)
|
void |
Log.ignoreClusterGetCall(CacheRpcCommand cmd,
String time)
|
|
--> |