|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplaceCommand | |
---|---|
org.infinispan.commands | |
org.infinispan.interceptors | |
org.infinispan.interceptors.base |
Uses of ReplaceCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return ReplaceCommand | |
---|---|
ReplaceCommand |
CommandsFactoryImpl.buildReplaceCommand(Object key,
Object oldValue,
Object newValue,
long lifespan,
long maxIdleTimeMillis)
|
ReplaceCommand |
CommandsFactory.buildReplaceCommand(Object key,
Object oldValue,
Object newValue,
long lifespanMillis,
long maxIdleTimeMillis)
|
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 |
---|
Methods in org.infinispan.interceptors with parameters of type ReplaceCommand | |
---|---|
Object |
ReplicationInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
LockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
InvocationContextInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
InvalidationInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
DistributionInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
CacheStoreInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
CacheLoaderInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
Object |
ActivationInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |