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.locking Interceptors dealing with locking.org.infinispan.stats.topK org.infinispan.stats.wrappers -
-
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.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.stats.topK
Methods in org.infinispan.stats.topK with parameters of type GetKeyValueCommand Modifier and Type Method Description Object
CacheUsageInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-
Uses of GetKeyValueCommand in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers with parameters of type GetKeyValueCommand Modifier and Type Method Description Object
ExtendedStatisticInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-