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.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.interceptors.distribution |
Modifier and Type | Method and Description |
---|---|
GetKeysInGroupCommand |
CommandsFactoryImpl.buildGetKeysInGroupCommand(Set<Flag> flags,
String groupName) |
GetKeysInGroupCommand |
CommandsFactory.buildGetKeysInGroupCommand(Set<Flag> flags,
String groupName)
Builds
GetKeysInGroupCommand used to fetch all the keys belonging to a group. |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command) |
Object |
Visitor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command) |
Modifier and Type | Method and Description |
---|---|
GetKeysInGroupCommand |
GetKeysInGroupCommand.setGroupManager(GroupManager groupManager) |
Modifier and Type | Method and Description |
---|---|
Object |
GroupingInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command)
Deprecated.
|
Object |
CacheLoaderInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseStateTransferInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseDistributionInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command)
Deprecated.
|
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.