Uses of Class
org.infinispan.commands.read.GetCacheEntryCommand
-
Packages that use GetCacheEntryCommand 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 GetCacheEntryCommand in org.infinispan.commands
Methods in org.infinispan.commands that return GetCacheEntryCommand Modifier and Type Method Description GetCacheEntryCommandCommandsFactory. buildGetCacheEntryCommand(Object key, int segment, long flagsBitSet)Builds a GetCacheEntryCommandGetCacheEntryCommandCommandsFactoryImpl. buildGetCacheEntryCommand(Object key, int segment, long flagsBitSet)Methods in org.infinispan.commands with parameters of type GetCacheEntryCommand Modifier and Type Method Description ObjectAbstractVisitor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)ObjectVisitor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type GetCacheEntryCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type GetCacheEntryCommand Modifier and Type Method Description ObjectBaseDistributionInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)ObjectL1NonTxInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)ObjectScatteredDistributionInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.interceptors.impl
-
Uses of GetCacheEntryCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type GetCacheEntryCommand Modifier and Type Method Description ObjectAbstractLockingInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type GetCacheEntryCommand Modifier and Type Method Description ObjectPartitionHandlingInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)
-