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.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
org.infinispan.interceptors.impl |
Basic interceptors
|
org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
org.infinispan.interceptors.xsite |
Interceptors dealing with cross-site replication.
|
org.infinispan.partitionhandling.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
boolean onePhaseCommit)
Builds a PrepareCommand
|
PrepareCommand |
CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
boolean onePhaseCommit) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Object |
Visitor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
VersionedPrepareCommand
Same as
PrepareCommand except that the transaction originator makes evident the versions of entries touched
and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s). |
Modifier and Type | Method and Description |
---|---|
PrepareCommand |
PrepareCommand.copy() |
Modifier and Type | Method and Description |
---|---|
Object |
DDAsyncInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
protected CompletionStage<Object> |
TxDistributionInterceptor.prepareOnAffectedNodes(TxInvocationContext<?> ctx,
PrepareCommand command,
Collection<Address> recipients) |
protected CompletionStage<Object> |
VersionedDistributionInterceptor.prepareOnAffectedNodes(TxInvocationContext<?> ctx,
PrepareCommand command,
Collection<Address> recipients) |
Object |
L1TxInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Object |
L1LastChanceInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Object |
TxDistributionInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
protected <P extends PrepareCommand> |
EntryWrappingInterceptor.wrapEntriesForPrepareAndApply(TxInvocationContext ctx,
P command,
InvocationSuccessFunction<P> handler) |
Modifier and Type | Method and Description |
---|---|
Object |
OptimisticLockingInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Object |
PessimisticLockingInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
OptimisticBackupInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Object |
PessimisticBackupInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
InvocationStage |
BackupSender.backupPrepare(PrepareCommand command,
AbstractCacheTransaction cacheTransaction,
Transaction transaction)
Prepares a transaction on the remote site.
|
InvocationStage |
BackupSenderImpl.backupPrepare(PrepareCommand command,
AbstractCacheTransaction cacheTransaction,
Transaction transaction) |
InvocationStage |
NoOpBackupSender.backupPrepare(PrepareCommand command,
AbstractCacheTransaction cacheTransaction,
Transaction transaction) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.