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.locking Interceptors dealing with locking. -
-
Uses of GetCacheEntryCommand in org.infinispan.commands
Methods in org.infinispan.commands that return GetCacheEntryCommand Modifier and Type Method Description GetCacheEntryCommand
CommandsFactory. buildGetCacheEntryCommand(Object key, int segment, long flagsBitSet)
Builds a GetCacheEntryCommandGetCacheEntryCommand
CommandsFactoryImpl. buildGetCacheEntryCommand(Object key, int segment, long flagsBitSet)
Methods in org.infinispan.commands with parameters of type GetCacheEntryCommand Modifier and Type Method Description Object
AbstractVisitor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)
Object
Visitor. 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 Object
DDAsyncInterceptor. 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 Object
BaseDistributionInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)
Object
L1NonTxInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)
Object
ScatteredDistributionInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)
-
Uses of GetCacheEntryCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type GetCacheEntryCommand Modifier and Type Method Description Object
AbstractLockingInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)
-