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.commands.remote Meta-commands that wrap other commands for remote execution.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 GetKeysInGroupCommand
CommandsFactory. buildGetKeysInGroupCommand(long flagsBitSet, Object groupName)
BuildsGetKeysInGroupCommand
used to fetch all the keys belonging to a group.GetKeysInGroupCommand
CommandsFactoryImpl. buildGetKeysInGroupCommand(long flagsBitSet, Object groupName)
Methods in org.infinispan.commands with parameters of type GetKeysInGroupCommand Modifier and Type Method Description Object
AbstractVisitor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
Object
Visitor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
-
Uses of GetKeysInGroupCommand in org.infinispan.commands.remote
Methods in org.infinispan.commands.remote that return GetKeysInGroupCommand Modifier and Type Method Description GetKeysInGroupCommand
GetKeysInGroupCommand. setGroupManager(GroupManager groupManager)
-
Uses of GetKeysInGroupCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type GetKeysInGroupCommand Modifier and Type Method Description Object
DDAsyncInterceptor. 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 Object
BaseDistributionInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
Object
ScatteredDistributionInterceptor. 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 Object
BaseStateTransferInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
Object
CacheLoaderInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
Object
EntryWrappingInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
Object
GroupingInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
Object
PrefetchInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command)
-