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.query.clustered | |
org.infinispan.query.indexmanager | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.xsite |
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 |
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. |
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 |
ClusteredQueryCommand
Encapsulates all rpc calls for distributed queries actions
|
Modifier and Type | Class and Description |
---|---|
class |
IndexUpdateCommand
Custom RPC command containing an index update request for the
Master IndexManager of a specific cache & index.
|
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 |
XSiteAdminCommand
Command used for handling XSiteReplication administrative operations.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.