Uses of Class
org.infinispan.commands.read.GetKeyValueCommand
-
Packages that use GetKeyValueCommand 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.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.partitionhandling.impl -
-
Uses of GetKeyValueCommand in org.infinispan.commands
Methods in org.infinispan.commands that return GetKeyValueCommand Modifier and Type Method Description GetKeyValueCommand
CommandsFactory. buildGetKeyValueCommand(Object key, int segment, long flagsBitSet)
Builds a GetKeyValueCommandGetKeyValueCommand
CommandsFactoryImpl. buildGetKeyValueCommand(Object key, int segment, long flagsBitSet)
Methods in org.infinispan.commands with parameters of type GetKeyValueCommand Modifier and Type Method Description Object
AbstractVisitor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
Visitor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-
Uses of GetKeyValueCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type GetKeyValueCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-
Uses of GetKeyValueCommand in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with parameters of type GetKeyValueCommand Modifier and Type Method Description protected Object
PrePostProcessingCommandInterceptor. handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Deprecated.Object
PrePostProcessingCommandInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Deprecated. -
Uses of GetKeyValueCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type GetKeyValueCommand Modifier and Type Method Description Object
BaseDistributionInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
L1NonTxInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
ScatteredDistributionInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-
Uses of GetKeyValueCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type GetKeyValueCommand Modifier and Type Method Description Object
BaseStateTransferInterceptor.LostDataVisitor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
BaseStateTransferInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
CacheLoaderInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
CacheMgmtInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
EntryWrappingInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
PrefetchInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
ScatteredCacheWriterInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
Object
TxInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-
Uses of GetKeyValueCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type GetKeyValueCommand Modifier and Type Method Description Object
AbstractLockingInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-
Uses of GetKeyValueCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type GetKeyValueCommand Modifier and Type Method Description Object
PartitionHandlingInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-