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.recovery | |
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stream.impl | |
org.infinispan.xsite | |
org.infinispan.xsite.statetransfer |
Modifier and Type | Class and Description |
---|---|
class |
CancelCommand
Command to cancel commands executing in remote VM
|
class |
CreateCacheCommand
Command to create/start a cache on a subset of Infinispan cluster nodes
|
class |
RemoveCacheCommand
Command to stop a cache and remove all its contents from both
memory and any backing store.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedExecuteCommand<V>
DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
|
class |
MapCombineCommand<KIn,VIn,KOut,VOut>
|
class |
ReduceCommand<KOut,VOut>
ReduceCommand is a container to migrate
Reducer to a remote Infinispan node where it will
get executed and return the result to an invoking/master node. |
Modifier and Type | Class and Description |
---|---|
class |
BaseRpcInvokingCommand
Base class for RPC commands.
|
class |
ClusteredGetAllCommand<K,V>
Issues a remote getAll call.
|
class |
ClusteredGetCommand
Issues a remote get call.
|
class |
LocalFlagAffectedRpcCommand |
class |
MultipleRpcCommand
Command that implements cluster replication logic.
|
class |
SingleRpcCommand
Similar to
MultipleRpcCommand , but it only 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
Base class for recovery-related rpc-commands.
|
class |
TxCompletionNotificationCommand
Command for removing recovery related information from the cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryRequestCommand<K,V,C>
Command sent to request entry iterator values for given segments.
|
class |
EntryResponseCommand<K,C>
Command sent to respond with entry values for given segments
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
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
|
class |
StreamSegmentResponseCommand<R>
A stream response command taht also returns back suspected segments that need to be retried
|
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 |
XSiteAdminCommand
Command used for handling XSiteReplication administrative operations.
|
class |
XSiteReplicateCommand
Abstract class to invoke RPC on the remote site.
|
Modifier and Type | Class and Description |
---|---|
class |
XSiteStatePushCommand
Wraps the state to be sent to another site
|
class |
XSiteStateTransferControlCommand
Command used to control the state transfer between sites.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.