Package | Description |
---|---|
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.commands.tx.totalorder | |
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.totalorder | |
org.infinispan.interceptors.xsite | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.wrappers | |
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
CommitCommand |
CommandsFactoryImpl.buildCommitCommand(GlobalTransaction gtx) |
CommitCommand |
CommandsFactory.buildCommitCommand(GlobalTransaction gtx)
Builds a CommitCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
Visitor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
TotalOrderCommitCommand
Commit Command used in the 2nd phase of 2PC.
|
class |
TotalOrderVersionedCommitCommand
Command corresponding to the 2nd phase of 2PC.
|
Modifier and Type | Method and Description |
---|---|
Object |
VersionedEntryWrappingInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
TxInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
CallInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
EntryWrappingInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
NotificationInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
CacheWriterInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
L1LastChanceInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
L1TxInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
TxDistributionInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractTxLockingInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
TotalOrderVersionedEntryWrappingInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
TotalOrderDistributionInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
TotalOrderInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
TotalOrderVersionedDistributionInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticBackupInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
OptimisticBackupInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
TransactionSynchronizerInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
ExtendedStatisticInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Modifier and Type | Method and Description |
---|---|
BackupResponse |
BackupSenderImpl.backupCommit(CommitCommand command) |
BackupResponse |
BackupSender.backupCommit(CommitCommand command) |
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
BackupReceiverImpl.BackupCacheUpdater.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.