| Package | Description |
|---|---|
| org.infinispan.commands.irac | |
| org.infinispan.commands.remote |
Meta-commands that wrap other commands for remote execution.
|
| org.infinispan.commands.remote.recovery | |
| org.infinispan.commands.statetransfer | |
| org.infinispan.commands.triangle | |
| org.infinispan.commands.write |
Commands that alter the state of the cache.
|
| org.infinispan.expiration.impl | |
| org.infinispan.notifications.cachelistener.cluster | |
| org.infinispan.reactive.publisher.impl.commands.batch | |
| org.infinispan.reactive.publisher.impl.commands.reduction | |
| org.infinispan.xsite | |
| org.infinispan.xsite.commands | |
| org.infinispan.xsite.statetransfer |
| Modifier and Type | Class and Description |
|---|---|
class |
IracClearKeysCommand
A clear request that is sent to the remote site by
IracManager. |
class |
IracPutKeyCommand
A put key request that is sent to the remote site by
IracManager. |
class |
IracRemoveKeyCommand
A remove key request that is sent to the remote site by
IracManager. |
class |
IracRequestStateCommand
Requests the state for a given segments.
|
class |
IracUpdateKeyCommand
An update request that is sent to the remote site by
IracManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseClusteredReadCommand |
class |
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.
|
| Modifier and Type | Class and 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
Deprecated.
since 11.0, class will be removed with no direct replacement. BaseRpcCommand should be extended instead.
|
class |
TxCompletionNotificationCommand
Command for removing recovery related information from the cluster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConflictResolutionStartCommand
Start conflict resolution.
|
class |
ScatteredStateConfirmRevokedCommand
|
class |
ScatteredStateGetKeysCommand
Start transferring keys and remote metadata for the given segments.
|
class |
StateResponseCommand
This command is used by a StateProvider to push cache entries to a StateConsumer.
|
class |
StateTransferCancelCommand
Cancel state transfer.
|
class |
StateTransferGetListenersCommand
Get the registered cluster listeners.
|
class |
StateTransferGetTransactionsCommand
Get transactions for the specified segments.
|
class |
StateTransferStartCommand
Start state transfer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackupWriteCommand
A write operation sent from the primary owner to the backup owners.
|
class |
MultiEntriesFunctionalBackupWriteCommand
|
class |
MultiKeyFunctionalBackupWriteCommand
|
class |
PutMapBackupWriteCommand
A
BackupWriteCommand implementation for PutMapCommand. |
class |
SingleKeyBackupWriteCommand
A single key
BackupWriteCommand for single key non-functional commands. |
class |
SingleKeyFunctionalBackupWriteCommand
A single key
BackupWriteCommand for single key functional commands. |
| Modifier and Type | Class and 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 be
VisitableCommand as we want to catch it in persistence handling etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
TouchCommand
This command updates a cache entry's last access timestamp.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiClusterEventCommand<K,V>
This command is used to send cluster events for multiple listeners on the same node
|
| Modifier and Type | Class and Description |
|---|---|
class |
CancelPublisherCommand |
class |
InitialPublisherCommand<K,I,R> |
class |
NextPublisherCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
ReductionPublisherRequestCommand<K>
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleXSiteRpcCommand
RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.
|
class |
XSiteReplicateCommand
Abstract class to invoke RPC on the remote site.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSiteAmendOfflineStatusCommand
Amend a sites offline status.
|
class |
XSiteBringOnlineCommand
Take a site offline.
|
class |
XSiteOfflineStatusCommand
Get the offline status of a
BackupSender. |
class |
XSiteStateTransferCancelSendCommand
Cancel sending XSite state.
|
class |
XSiteStateTransferClearStatusCommand
Clear XSite state transfer status.
|
class |
XSiteStateTransferFinishReceiveCommand
Finish receiving XSite state.
|
class |
XSiteStateTransferFinishSendCommand
Finish sending XSite state.
|
class |
XSiteStateTransferRestartSendingCommand
Restart sending XSite state.
|
class |
XSiteStateTransferStartReceiveCommand
Start receiving XSite state.
|
class |
XSiteStateTransferStartSendCommand
Start send XSite state.
|
class |
XSiteStateTransferStatusRequestCommand
Get XSite state transfer status.
|
class |
XSiteStatusCommand
Return the status of a
BackupSender. |
class |
XSiteTakeOfflineCommand
Take a site offline.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSiteStatePushCommand
Wraps the state to be sent to another site
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.