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.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.partitionhandling.impl -
-
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.impl
Methods in org.infinispan.interceptors.impl with parameters of type GetAllCommand Modifier and Type Method Description Object
BaseStateTransferInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
Object
CacheLoaderInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
Object
CacheMgmtInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
Object
EntryWrappingInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
Object
PrefetchInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
Object
ScatteredCacheWriterInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
Object
TxInterceptor. 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.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type GetAllCommand Modifier and Type Method Description Object
PartitionHandlingInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
-