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 GetAllCommandCommandsFactory. buildGetAllCommand(Collection<?> keys, long flagsBitSet, boolean returnEntries)Builds a GetAllCommandGetAllCommandCommandsFactoryImpl. buildGetAllCommand(Collection<?> keys, long flagsBitSet, boolean returnEntries)Methods in org.infinispan.commands with parameters of type GetAllCommand Modifier and Type Method Description ObjectAbstractVisitor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectVisitor. 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 ObjectDDAsyncInterceptor. 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 ObjectBaseDistributionInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectScatteredDistributionInterceptor. 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 ObjectBaseStateTransferInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectCacheLoaderInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectCacheMgmtInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectCallInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectEntryWrappingInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectPrefetchInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectScatteredCacheWriterInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)ObjectTxInterceptor. 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 ObjectAbstractLockingInterceptor. 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 ObjectPartitionHandlingInterceptor. visitGetAllCommand(InvocationContext ctx, GetAllCommand command)
-