Uses of Class
org.infinispan.commands.read.GetAllCommand
-
Packages that use GetAllCommand 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.org.infinispan.stats.topK org.infinispan.stats.wrappers -
-
Uses of GetAllCommand in org.infinispan.commands
Methods in org.infinispan.commands that return GetAllCommand Modifier and Type Method Description GetAllCommand
CommandsFactory. buildGetAllCommand(Collection<?> keys, long flagsBitSet, boolean returnEntries)
Builds a GetAllCommandGetAllCommand
CommandsFactoryImpl. buildGetAllCommand(Collection<?> keys, long flagsBitSet, boolean returnEntries)
Methods in org.infinispan.commands with parameters of type GetAllCommand Modifier and Type Method Description Object
AbstractVisitor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
Object
Visitor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
-
Uses of GetAllCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type GetAllCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
-
Uses of GetAllCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type GetAllCommand Modifier and Type Method Description Object
BaseDistributionInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
Object
ScatteredDistributionInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
-
Uses of GetAllCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type GetAllCommand Modifier and Type Method Description Object
AbstractLockingInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
-
Uses of GetAllCommand in org.infinispan.stats.topK
Methods in org.infinispan.stats.topK with parameters of type GetAllCommand Modifier and Type Method Description Object
CacheUsageInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
-
Uses of GetAllCommand in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers with parameters of type GetAllCommand Modifier and Type Method Description Object
ExtendedStatisticInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
-