Uses of Class
org.infinispan.commands.read.GetAllCommand
Packages that use GetAllCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
-
Uses of GetAllCommand in org.infinispan.commands
Methods in org.infinispan.commands that return GetAllCommandModifier and TypeMethodDescriptionCommandsFactory.buildGetAllCommand(Collection<?> keys, long flagsBitSet, boolean returnEntries) Builds a GetAllCommandCommandsFactoryImpl.buildGetAllCommand(Collection<?> keys, long flagsBitSet, boolean returnEntries) Methods in org.infinispan.commands with parameters of type GetAllCommandModifier and TypeMethodDescriptionAbstractVisitor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) Visitor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) -
Uses of GetAllCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type GetAllCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) -
Uses of GetAllCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type GetAllCommandModifier and TypeMethodDescriptionBaseDistributionInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) ScatteredDistributionInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) -
Uses of GetAllCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type GetAllCommandModifier and TypeMethodDescriptionBaseStateTransferInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) CacheLoaderInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) CacheMgmtInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) CallInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) EntryWrappingInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) PrefetchInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) ScatteredCacheWriterInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) TxInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) -
Uses of GetAllCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type GetAllCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command) -
Uses of GetAllCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type GetAllCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitGetAllCommand(InvocationContext ctx, GetAllCommand command)