Uses of Class
org.infinispan.commands.remote.BaseRpcCommand
-
Packages that use BaseRpcCommand Package Description 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.expiration org.infinispan.commands.remote.recovery org.infinispan.commands.triangle org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl org.infinispan.xsite org.infinispan.xsite.statetransfer -
-
Uses of BaseRpcCommand in org.infinispan.commands
Subclasses of BaseRpcCommand in org.infinispan.commands Modifier and Type Class Description class
CancelCommand
Command to cancel commands executing in remote VMclass
CreateCacheCommand
Command to create/start a cache on a subset of Infinispan cluster nodesclass
RemoveCacheCommand
Deprecated.UseCacheContainerAdmin.removeCache(String)
instead -
Uses of BaseRpcCommand in org.infinispan.commands.read
Subclasses of BaseRpcCommand in org.infinispan.commands.read Modifier and Type Class Description class
DistributedExecuteCommand<V>
DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM. -
Uses of BaseRpcCommand in org.infinispan.commands.remote
Subclasses of BaseRpcCommand in org.infinispan.commands.remote Modifier and Type Class Description class
BaseClusteredReadCommand
class
BaseRpcInvokingCommand
Deprecated.Since 9.0, it will be removed soonclass
ClusteredGetAllCommand<K,V>
Issues a remote getAll call.class
ClusteredGetCommand
Issues a remote get call.class
RenewBiasCommand
class
RevokeBiasCommand
Informs node that it is not allowed to serve reads from the local record anymore.class
SingleRpcCommand
Aggregates a single command for replication. -
Uses of BaseRpcCommand in org.infinispan.commands.remote.expiration
Subclasses of BaseRpcCommand in org.infinispan.commands.remote.expiration Modifier and Type Class Description class
RetrieveLastAccessCommand
Command that when invoked will retrieve the last access time from an entry without updating itclass
UpdateLastAccessCommand
Command that will update the last access time for an entry given the specific time -
Uses of BaseRpcCommand in org.infinispan.commands.remote.recovery
Subclasses of BaseRpcCommand in org.infinispan.commands.remote.recovery Modifier and Type Class Description 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.commands.triangle
Subclasses of BaseRpcCommand in org.infinispan.commands.triangle Modifier and Type Class Description class
BackupWriteCommand
A write operation sent from the primary owner to the backup owners.class
MultiEntriesFunctionalBackupWriteCommand
class
MultiKeyFunctionalBackupWriteCommand
class
PutMapBackupWriteCommand
ABackupWriteCommand
implementation forPutMapCommand
.class
SingleKeyBackupWriteCommand
A single keyBackupWriteCommand
for single key non-functional commands.class
SingleKeyFunctionalBackupWriteCommand
A single keyBackupWriteCommand
for single key functional commands. -
Uses of BaseRpcCommand in org.infinispan.commands.write
Subclasses of BaseRpcCommand in org.infinispan.commands.write Modifier and Type Class Description class
BackupAckCommand
A command that represents an acknowledge sent by a backup owner to the originator.class
BackupMultiKeyAckCommand
A command that represents an acknowledge sent by a backup owner to the originator.class
ExceptionAckCommand
A command that represents an exception acknowledge sent by any owner.class
InvalidateVersionsCommand
Must beVisitableCommand
as we want to catch it in persistence handling etc. -
Uses of BaseRpcCommand in org.infinispan.statetransfer
Subclasses of BaseRpcCommand in org.infinispan.statetransfer Modifier and Type Class Description 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.stream.impl
Subclasses of BaseRpcCommand in org.infinispan.stream.impl Modifier and Type Class Description class
StreamIteratorCloseCommand
Stream iterator command that unregisters an iterator so it doesn't consume memory unnecessarilyclass
StreamIteratorNextCommand
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.class
StreamIteratorRequestCommand<K>
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.class
StreamRequestCommand<K>
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.class
StreamResponseCommand<R>
Stream response command used to handle returning intermediate or final responses from the remote node -
Uses of BaseRpcCommand in org.infinispan.xsite
Subclasses of BaseRpcCommand in org.infinispan.xsite Modifier and Type Class Description class
SingleXSiteRpcCommand
RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.class
XSiteAdminCommand
Command used for handling XSiteReplication administrative operations.class
XSiteReplicateCommand
Abstract class to invoke RPC on the remote site. -
Uses of BaseRpcCommand in org.infinispan.xsite.statetransfer
Subclasses of BaseRpcCommand in org.infinispan.xsite.statetransfer Modifier and Type Class Description class
XSiteStatePushCommand
Wraps the state to be sent to another siteclass
XSiteStateTransferControlCommand
Command used to control the state transfer between sites.
-