|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrepareCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.tx | |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.base | |
org.infinispan.transaction | JTA transaction support. |
Uses of PrepareCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return PrepareCommand | |
---|---|
PrepareCommand |
CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
boolean onePhaseCommit)
|
PrepareCommand |
CommandsFactory.buildPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
boolean onePhaseCommit)
|
Methods in org.infinispan.commands with parameters of type PrepareCommand | |
---|---|
Object |
Visitor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command)
|
Object |
AbstractVisitor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command)
|
Uses of PrepareCommand in org.infinispan.commands.tx |
---|
Methods in org.infinispan.commands.tx that return PrepareCommand | |
---|---|
PrepareCommand |
PrepareCommand.copy()
|
Uses of PrepareCommand in org.infinispan.distribution |
---|
Methods in org.infinispan.distribution with parameters of type PrepareCommand | |
---|---|
void |
TransactionLoggerImpl.logIfNeeded(PrepareCommand command)
|
void |
TransactionLogger.logIfNeeded(PrepareCommand command)
|
Uses of PrepareCommand in org.infinispan.interceptors |
---|
Uses of PrepareCommand in org.infinispan.interceptors.base |
---|
Methods in org.infinispan.interceptors.base with parameters of type PrepareCommand | |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
PrePostProcessingCommandInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command)
|
Uses of PrepareCommand in org.infinispan.transaction |
---|
Methods in org.infinispan.transaction with parameters of type PrepareCommand | |
---|---|
boolean |
TransactionLog.hasPendingPrepare(PrepareCommand command)
|
void |
TransactionLog.logPrepare(PrepareCommand command)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |