|
||||||||||
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.remote | |
org.infinispan.commands.tx | |
org.infinispan.remoting | Remote communication between cache instances. |
org.infinispan.remoting.responses | |
org.infinispan.remoting.transport.jgroups |
Uses of CacheRpcCommand in org.infinispan.commands |
---|
Classes in org.infinispan.commands that implement CacheRpcCommand | |
---|---|
class |
LockControlCommand
LockControlCommand is a command that enables distributed locking across infinispan nodes. |
Uses of CacheRpcCommand in org.infinispan.commands.remote |
---|
Classes in org.infinispan.commands.remote that implement CacheRpcCommand | |
---|---|
class |
BaseRpcCommand
Base class for RPC commands. |
class |
ClusteredGetCommand
Issues a clustered get call, for use primarily by the org.infinispan.loader.cluster.ClusterCacheLoader . |
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.tx |
---|
Subinterfaces of CacheRpcCommand in org.infinispan.commands.tx | |
---|---|
interface |
TransactionBoundaryCommand
// TODO: MANIK: Document this |
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
// TODO: MANIK: Document this |
class |
PrepareCommand
// TODO: MANIK: Document this |
class |
RollbackCommand
// TODO: MANIK: Document this |
Uses of CacheRpcCommand in org.infinispan.remoting |
---|
Methods in org.infinispan.remoting with parameters of type CacheRpcCommand | |
---|---|
Response |
InboundInvocationHandlerImpl.handle(CacheRpcCommand cmd)
|
Response |
InboundInvocationHandler.handle(CacheRpcCommand command)
Invokes a command on the cache, from a remote source. |
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.remoting.transport.jgroups |
---|
Methods in org.infinispan.remoting.transport.jgroups with parameters of type CacheRpcCommand | |
---|---|
protected Response |
CommandAwareRpcDispatcher.executeCommand(CacheRpcCommand cmd,
org.jgroups.Message req)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |