|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommitCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.tx | Commands that represent transactional lifecycle transitions. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.base | Base interceptors containing common, reusable behavior. |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.interceptors.xsite | |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.xsite |
Uses of CommitCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return CommitCommand | |
---|---|
CommitCommand |
CommandsFactory.buildCommitCommand(GlobalTransaction gtx)
Builds a CommitCommand |
CommitCommand |
CommandsFactoryImpl.buildCommitCommand(GlobalTransaction gtx)
|
Methods in org.infinispan.commands with parameters of type CommitCommand | |
---|---|
Object |
Visitor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
AbstractVisitor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Uses of CommitCommand in org.infinispan.commands.tx |
---|
Subclasses of CommitCommand in org.infinispan.commands.tx | |
---|---|
class |
VersionedCommitCommand
The same as a CommitCommand except that version information is also carried by this command, used by
optimistically transactional caches making use of write skew checking when using IsolationLevel.REPEATABLE_READ . |
Uses of CommitCommand in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type CommitCommand | |
---|---|
Object |
ReplicationInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
CacheStoreInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
NotificationInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
CallInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
TxInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
VersionedEntryWrappingInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
EntryWrappingInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Uses of CommitCommand in org.infinispan.interceptors.base |
---|
Methods in org.infinispan.interceptors.base with parameters of type CommitCommand | |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
PrePostProcessingCommandInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Uses of CommitCommand in org.infinispan.interceptors.distribution |
---|
Methods in org.infinispan.interceptors.distribution with parameters of type CommitCommand | |
---|---|
protected void |
TxDistributionInterceptor.sendCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
TxDistributionInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Uses of CommitCommand in org.infinispan.interceptors.locking |
---|
Methods in org.infinispan.interceptors.locking with parameters of type CommitCommand | |
---|---|
Object |
AbstractTxLockingInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Uses of CommitCommand in org.infinispan.interceptors.xsite |
---|
Methods in org.infinispan.interceptors.xsite with parameters of type CommitCommand | |
---|---|
Object |
OptimisticBackupInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
PessimisticBackupInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Uses of CommitCommand in org.infinispan.statetransfer |
---|
Methods in org.infinispan.statetransfer with parameters of type CommitCommand | |
---|---|
Object |
StateTransferInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
TransactionSynchronizerInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Uses of CommitCommand in org.infinispan.xsite |
---|
Methods in org.infinispan.xsite with parameters of type CommitCommand | |
---|---|
BackupResponse |
BackupSender.backupCommit(CommitCommand command)
|
BackupResponse |
BackupSenderImpl.backupCommit(CommitCommand command)
|
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
Object |
BackupReceiverImpl.BackupCacheUpdater.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |