Uses of Class
org.infinispan.commands.remote.GetKeysInGroupCommand
-
Packages that use GetKeysInGroupCommand 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 interceptors -
-
Uses of GetKeysInGroupCommand in org.infinispan.commands
Methods in org.infinispan.commands that return GetKeysInGroupCommand Modifier and Type Method Description GetKeysInGroupCommandCommandsFactory. buildGetKeysInGroupCommand(long flagsBitSet, Object groupName)BuildsGetKeysInGroupCommandused to fetch all the keys belonging to a group.GetKeysInGroupCommandCommandsFactoryImpl. buildGetKeysInGroupCommand(long flagsBitSet, Object groupName)Methods in org.infinispan.commands with parameters of type GetKeysInGroupCommand Modifier and Type Method Description ObjectAbstractVisitor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)ObjectVisitor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command) -
Uses of GetKeysInGroupCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type GetKeysInGroupCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command) -
Uses of GetKeysInGroupCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type GetKeysInGroupCommand Modifier and Type Method Description ObjectBaseDistributionInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)ObjectScatteredDistributionInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command) -
Uses of GetKeysInGroupCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type GetKeysInGroupCommand Modifier and Type Method Description ObjectBaseStateTransferInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)ObjectCacheLoaderInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)ObjectCallInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)ObjectEntryWrappingInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)ObjectGroupingInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)ObjectPrefetchInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
-