| 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
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.partitionhandling.impl |
| Modifier and Type | Method and Description |
|---|---|
GetKeyValueCommand |
CommandsFactory.buildGetKeyValueCommand(Object key,
int segment,
long flagsBitSet)
Builds a GetKeyValueCommand
|
GetKeyValueCommand |
CommandsFactoryImpl.buildGetKeyValueCommand(Object key,
int segment,
long flagsBitSet) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
Visitor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseDistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
L1NonTxInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
ScatteredDistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PartitionHandlingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.