Modifier and Type | Method and Description |
---|---|
Object |
Fqn2BuddyFqnVisitor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
PrepareCommand |
CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
org.jgroups.Address address,
boolean onePhaseCommit) |
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
org.jgroups.Address address,
boolean onePhaseCommit) |
PrepareCommand |
CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx,
WriteCommand command,
boolean onePhaseCommit) |
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
WriteCommand command,
boolean onePhaseCommit) |
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
Visits a PrepareCommand.
|
Object |
AbstractVisitor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
OptimisticPrepareCommand
An optimistic version of
PrepareCommand . |
Modifier and Type | Method and Description |
---|---|
PrepareCommand |
PrepareCommand.copy() |
Modifier and Type | Method and Description |
---|---|
protected PrepareCommand |
OptimisticTxInterceptor.buildPrepareCommand(GlobalTransaction gtx,
List modifications,
boolean onePhaseCommit)
Deprecated.
|
protected PrepareCommand |
TxInterceptor.buildPrepareCommand(GlobalTransaction gtx,
List modifications,
boolean onePhaseCommit) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PessimisticLockInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
Deprecated.
|
Object |
MVCCLockingInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command) |
protected Object |
CacheStoreInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command) |
protected void |
OptimisticTxInterceptor.replayModifications(InvocationContext ctx,
Transaction ltx,
PrepareCommand command)
Deprecated.
Replays modifications by passing them up the interceptor chain.
|
protected void |
TxInterceptor.replayModifications(InvocationContext ctx,
Transaction ltx,
PrepareCommand command)
Replays modifications
|
protected void |
ReplicationInterceptor.runPreparePhase(PrepareCommand prepareMethod,
GlobalTransaction gtx,
InvocationContext ctx)
Calls prepare(GlobalTransaction,List,org.jgroups.Address,boolean)) in all members except self.
|
Object |
InvocationContextInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Object |
ReplicationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Object |
CallInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Object |
TxInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Object |
LegacyDataGravitatorInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
Deprecated.
Make sure you also run a cleanup if we have an 1pc.
|
Object |
NotificationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Object |
InvalidationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
SkipCheckChainedInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command) |
protected Object |
PrePostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Object |
SkipCheckChainedInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command) |
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionLog.hasPendingPrepare(PrepareCommand command) |
void |
TransactionLog.logPrepare(PrepareCommand command) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.