| 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 |
|---|---|
GetCacheEntryCommand |
CommandsFactory.buildGetCacheEntryCommand(Object key,
int segment,
long flagsBitSet)
Builds a GetCacheEntryCommand
|
GetCacheEntryCommand |
CommandsFactoryImpl.buildGetCacheEntryCommand(Object key,
int segment,
long flagsBitSet) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
Object |
Visitor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseDistributionInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
Object |
L1NonTxInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
Object |
ScatteredDistributionInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractLockingInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PartitionHandlingInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.