|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetKeyValueCommand | |
---|---|
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 |
Uses of GetKeyValueCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return GetKeyValueCommand | |
---|---|
GetKeyValueCommand |
CommandsFactoryImpl.buildGetKeyValueCommand(Object key,
Set<Flag> flags)
|
GetKeyValueCommand |
CommandsFactory.buildGetKeyValueCommand(Object key,
Set<Flag> flags)
Builds a GetKeyValueCommand |
Methods in org.infinispan.commands with parameters of type GetKeyValueCommand | |
---|---|
Object |
Visitor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
AbstractVisitor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Uses of GetKeyValueCommand in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type GetKeyValueCommand | |
---|---|
Object |
TxInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
IsMarshallableInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
EntryWrappingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
DistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
ActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Uses of GetKeyValueCommand in org.infinispan.interceptors.base |
---|
Methods in org.infinispan.interceptors.base with parameters of type GetKeyValueCommand | |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
PrePostProcessingCommandInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Uses of GetKeyValueCommand in org.infinispan.interceptors.locking |
---|
Methods in org.infinispan.interceptors.locking with parameters of type GetKeyValueCommand | |
---|---|
Object |
PessimisticLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
OptimisticLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
NonTransactionalLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
AbstractTxLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
|
--> |