Package | Description |
---|---|
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.locking |
Modifier and Type | Method and Description |
---|---|
ReplaceCommand |
CommandsFactoryImpl.buildReplaceCommand(Object key,
Object oldValue,
Object newValue,
long lifespan,
long maxIdleTimeMillis,
Set<Flag> flags) |
ReplaceCommand |
CommandsFactory.buildReplaceCommand(Object key,
Object oldValue,
Object newValue,
long lifespanMillis,
long maxIdleTimeMillis,
Set<Flag> flags)
Builds a ReplaceCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
AbstractVisitor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
OptimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Object |
NonTransactionalLockingInterceptor.visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.