| 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 |
|---|---|
GetAllCommand |
CommandsFactory.buildGetAllCommand(Collection<?> keys,
long flagsBitSet,
boolean returnEntries)
Builds a GetAllCommand
|
GetAllCommand |
CommandsFactoryImpl.buildGetAllCommand(Collection<?> keys,
long flagsBitSet,
boolean returnEntries) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
Visitor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseDistributionInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
ScatteredDistributionInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
ScatteredCacheWriterInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
BaseStateTransferInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
CacheLoaderInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
CacheMgmtInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
CallInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
EntryWrappingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Object |
PrefetchInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractLockingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PartitionHandlingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.