|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplaceCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.base | Base interceptors containing common, reusable behavior. |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.interceptors.xsite | |
org.infinispan.query.backend | |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.xsite |
Uses of ReplaceCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return ReplaceCommand | |
---|---|
ReplaceCommand |
CommandsFactory.buildReplaceCommand(Object key,
Object oldValue,
Object newValue,
long lifespanMillis,
long maxIdleTimeMillis,
Set<Flag> flags)
Builds a ReplaceCommand |
ReplaceCommand |
CommandsFactoryImpl.buildReplaceCommand(Object key,
Object oldValue,
Object newValue,
long lifespan,
long maxIdleTimeMillis,
Set<Flag> flags)
|
Methods in org.infinispan.commands with parameters of type ReplaceCommand | |
---|---|
Object |
Visitor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
AbstractVisitor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Uses of ReplaceCommand in org.infinispan.interceptors |
---|
Uses of ReplaceCommand in org.infinispan.interceptors.base |
---|
Methods in org.infinispan.interceptors.base with parameters of type ReplaceCommand | |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
PrePostProcessingCommandInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Uses of ReplaceCommand in org.infinispan.interceptors.distribution |
---|
Methods in org.infinispan.interceptors.distribution with parameters of type ReplaceCommand | |
---|---|
Object |
TxDistributionInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
L1NonTxInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
BaseDistributionInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Uses of ReplaceCommand in org.infinispan.interceptors.locking |
---|
Methods in org.infinispan.interceptors.locking with parameters of type ReplaceCommand | |
---|---|
Object |
NonTransactionalLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
OptimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
PessimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Uses of ReplaceCommand in org.infinispan.interceptors.xsite |
---|
Methods in org.infinispan.interceptors.xsite with parameters of type ReplaceCommand | |
---|---|
Object |
NonTransactionalBackupInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Uses of ReplaceCommand in org.infinispan.query.backend |
---|
Methods in org.infinispan.query.backend with parameters of type ReplaceCommand | |
---|---|
Object |
QueryInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Uses of ReplaceCommand in org.infinispan.statetransfer |
---|
Methods in org.infinispan.statetransfer with parameters of type ReplaceCommand | |
---|---|
Object |
StateTransferInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Uses of ReplaceCommand in org.infinispan.xsite |
---|
Methods in org.infinispan.xsite with parameters of type ReplaceCommand | |
---|---|
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
BackupReceiverImpl.BackupCacheUpdater.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |