Modifier and Type | Method and Description |
---|---|
List<WriteCommand> |
Fqn2BuddyFqnVisitor.transformBatch(List<WriteCommand> toTransform) |
Modifier and Type | Method and Description |
---|---|
List<WriteCommand> |
Fqn2BuddyFqnVisitor.transformBatch(List<WriteCommand> toTransform) |
Modifier and Type | Interface and Description |
---|---|
interface |
VersionedDataCommand
Just like a
DataCommand , except that these are versioned and reversible too. |
Modifier and Type | Method and Description |
---|---|
PrepareCommand |
CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx,
WriteCommand command,
boolean onePhaseCommit) |
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
WriteCommand command,
boolean onePhaseCommit) |
Modifier and Type | Method and Description |
---|---|
OptimisticPrepareCommand |
CommandsFactoryImpl.buildOptimisticPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
org.jgroups.Address address,
boolean onePhaseCommit) |
OptimisticPrepareCommand |
CommandsFactory.buildOptimisticPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
org.jgroups.Address address,
boolean onePhaseCommit) |
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReversibleCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateNodeCommand
Deprecated.
will be removed when pessimistic locking is removed.
|
class |
PessClearDataCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessMoveCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutDataMapCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutForExternalReadCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutKeyValueCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessRemoveKeyCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessRemoveNodeCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
VersionedInvalidateCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Field and Description |
---|---|
protected List<WriteCommand> |
PrepareCommand.modifications |
Modifier and Type | Method and Description |
---|---|
List<WriteCommand> |
PrepareCommand.getModifications() |
Modifier and Type | Method and Description |
---|---|
void |
PrepareCommand.removeModifications(Collection<WriteCommand> modificationsToRemove) |
Constructor and Description |
---|
OptimisticPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
org.jgroups.Address address,
boolean onePhaseCommit) |
PrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
org.jgroups.Address localAddress,
boolean onePhaseCommit) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVersionedDataCommand
Base version of
DataCommand which handles common behaviour |
class |
ClearDataCommand
Implements functionality defined by
Cache.clearData(String) } |
class |
MoveCommand
Implements functionality defined by
Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn) |
class |
PutDataMapCommand
Implements functionality defined by
Cache.put(String, java.util.Map) . |
class |
PutForExternalReadCommand
Represents the
Cache.putForExternalRead(org.jboss.cache.Fqn, Object, Object) method call. |
class |
PutKeyValueCommand
Implements functionality defined by
Cache.put(org.jboss.cache.Fqn, Object, Object) . |
class |
RemoveKeyCommand
Implements functionality defined by
Cache.remove(org.jboss.cache.Fqn, Object) |
class |
RemoveNodeCommand
Implements functionality defined by
Cache.removeNode(org.jboss.cache.Fqn) |
Modifier and Type | Field and Description |
---|---|
protected Map<GlobalTransaction,List<WriteCommand>> |
InvalidationInterceptor.txMods |
Modifier and Type | Method and Description |
---|---|
Object |
TxInterceptor.runPreparePhase(InvocationContext ctx,
GlobalTransaction gtx,
List<WriteCommand> modifications)
Handles a local prepare - invoked by the sync handler.
|
Modifier and Type | Method and Description |
---|---|
List<WriteCommand> |
PessimisticTransactionContext.getAllModifications()
Deprecated.
|
List<WriteCommand> |
TransactionContext.getLocalModifications()
Returns all modifications that have been invoked with the LOCAL cache mode option.
|
List<WriteCommand> |
AbstractTransactionContext.getLocalModifications() |
List<WriteCommand> |
TransactionLog.LogEntry.getModifications() |
List<WriteCommand> |
TransactionContext.getModifications()
Returns all modifications.
|
List<WriteCommand> |
AbstractTransactionContext.getModifications() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionContext.addLocalModification(WriteCommand command)
Adds a modification to the local modification list.
|
void |
PessimisticTransactionContext.addLocalModification(WriteCommand command)
Deprecated.
|
void |
AbstractTransactionContext.addLocalModification(WriteCommand command) |
void |
TransactionContext.addModification(WriteCommand command)
Adds a modification to the modification list.
|
void |
PessimisticTransactionContext.addModification(WriteCommand command)
Deprecated.
|
void |
AbstractTransactionContext.addModification(WriteCommand command) |
void |
TransactionLog.logNoTxWrite(WriteCommand write) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionLog.logOnePhaseCommit(GlobalTransaction gtx,
List<WriteCommand> modifications) |
Constructor and Description |
---|
TransactionLog.LogEntry(GlobalTransaction transaction,
List<WriteCommand> modifications) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.