| 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
|
| Modifier and Type | Method and Description |
|---|---|
GetKeysInGroupCommand |
CommandsFactory.buildGetKeysInGroupCommand(long flagsBitSet,
Object groupName)
Builds
GetKeysInGroupCommand used to fetch all the keys belonging to a group. |
GetKeysInGroupCommand |
CommandsFactoryImpl.buildGetKeysInGroupCommand(long flagsBitSet,
Object groupName) |
| 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 |
|---|---|
Object |
DDAsyncInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseDistributionInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command) |
Object |
ScatteredDistributionInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseStateTransferInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command) |
Object |
CacheLoaderInterceptor.visitGetKeysInGroupCommand(InvocationContext ctx,
GetKeysInGroupCommand command) |
Object |
CallInterceptor.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) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.