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.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 GetKeyValueCommandCommandsFactory. buildGetKeyValueCommand(Object key, int segment, long flagsBitSet)Builds a GetKeyValueCommandGetKeyValueCommandCommandsFactoryImpl. buildGetKeyValueCommand(Object key, int segment, long flagsBitSet)Methods in org.infinispan.commands with parameters of type GetKeyValueCommand Modifier and Type Method Description ObjectAbstractVisitor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)ObjectVisitor. 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 ObjectDDAsyncInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) -
Uses of GetKeyValueCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type GetKeyValueCommand Modifier and Type Method Description ObjectBaseDistributionInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)ObjectL1NonTxInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)ObjectScatteredDistributionInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) -
Uses of GetKeyValueCommand in org.infinispan.interceptors.impl
-
Uses of GetKeyValueCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type GetKeyValueCommand Modifier and Type Method Description ObjectAbstractLockingInterceptor. 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 ObjectPartitionHandlingInterceptor. visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
-