|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReversibleCommand in org.jboss.cache.buddyreplication |
---|
Methods in org.jboss.cache.buddyreplication that return types with arguments of type ReversibleCommand | |
---|---|
List<ReversibleCommand> |
BuddyFqnTransformer.transformBatch(List<ReversibleCommand> toTransform)
|
Method parameters in org.jboss.cache.buddyreplication with type arguments of type ReversibleCommand | |
---|---|
List<ReversibleCommand> |
BuddyFqnTransformer.transformBatch(List<ReversibleCommand> toTransform)
|
Uses of ReversibleCommand in org.jboss.cache.commands |
---|
Subinterfaces of ReversibleCommand in org.jboss.cache.commands | |
---|---|
interface |
VersionedDataCommand
Just like a DataCommand , except that these are versioned and reversible too. |
Uses of ReversibleCommand in org.jboss.cache.commands.tx |
---|
Fields in org.jboss.cache.commands.tx with type parameters of type ReversibleCommand | |
---|---|
protected List<ReversibleCommand> |
PrepareCommand.modifications
|
Methods in org.jboss.cache.commands.tx that return types with arguments of type ReversibleCommand | |
---|---|
List<ReversibleCommand> |
PrepareCommand.getModifications()
|
Method parameters in org.jboss.cache.commands.tx with type arguments of type ReversibleCommand | |
---|---|
void |
PrepareCommand.removeModifications(Collection<ReversibleCommand> modificationsToRemove)
|
Constructor parameters in org.jboss.cache.commands.tx with type arguments of type ReversibleCommand | |
---|---|
OptimisticPrepareCommand(GlobalTransaction gtx,
List<ReversibleCommand> modifications,
Map data,
org.jgroups.Address address,
boolean onePhaseCommit)
|
|
PrepareCommand(GlobalTransaction gtx,
List<ReversibleCommand> modifications,
org.jgroups.Address localAddress,
boolean onePhaseCommit)
|
Uses of ReversibleCommand in org.jboss.cache.commands.write |
---|
Uses of ReversibleCommand in org.jboss.cache.factories |
---|
Methods in org.jboss.cache.factories with parameters of type ReversibleCommand | |
---|---|
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
ReversibleCommand command,
boolean onePhaseCommit)
|
Method parameters in org.jboss.cache.factories with type arguments of type ReversibleCommand | |
---|---|
OptimisticPrepareCommand |
CommandsFactory.buildOptimisticPrepareCommand(GlobalTransaction gtx,
List<ReversibleCommand> modifications,
Map data,
org.jgroups.Address address,
boolean onePhaseCommit)
|
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
List<ReversibleCommand> modifications,
org.jgroups.Address address,
boolean onePhaseCommit)
|
Uses of ReversibleCommand in org.jboss.cache.interceptors |
---|
Fields in org.jboss.cache.interceptors with type parameters of type ReversibleCommand | |
---|---|
protected Map<GlobalTransaction,List<ReversibleCommand>> |
InvalidationInterceptor.txMods
|
Method parameters in org.jboss.cache.interceptors with type arguments of type ReversibleCommand | |
---|---|
Object |
TxInterceptor.runPreparePhase(InvocationContext ctx,
GlobalTransaction gtx,
List<ReversibleCommand> modifications)
Handles a local prepare - invoked by the sync handler. |
protected void |
TxInterceptor.runRollbackPhase(InvocationContext ctx,
GlobalTransaction gtx,
Transaction tx,
List<ReversibleCommand> modifications)
creates a rollback() |
Uses of ReversibleCommand in org.jboss.cache.transaction |
---|
Methods in org.jboss.cache.transaction that return types with arguments of type ReversibleCommand | |
---|---|
List<ReversibleCommand> |
TransactionEntry.getLocalModifications()
Returns all modifications that have been invoked with the LOCAL cache mode option. |
List<ReversibleCommand> |
TransactionEntry.getModifications()
Returns all modifications. |
Methods in org.jboss.cache.transaction with parameters of type ReversibleCommand | |
---|---|
void |
TransactionEntry.addLocalModification(ReversibleCommand command)
Adds a modification to the local modification list. |
void |
TransactionEntry.addModification(ReversibleCommand command)
Adds a modification to the modification list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |