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.compat | |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.partitionhandling.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.topK | |
org.infinispan.stats.wrappers |
Modifier and Type | Method and Description |
---|---|
GetAllCommand |
CommandsFactory.buildGetAllCommand(Collection<?> keys,
Set<Flag> flags,
boolean returnEntries)
Builds a GetAllCommand
|
GetAllCommand |
CommandsFactoryImpl.buildGetAllCommand(Collection<?> keys,
Set<Flag> flags,
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 |
CacheMgmtInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
CacheLoaderInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
TxInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
MarshalledValueInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
IsMarshallableInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
CallInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseTypeConverterInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseDistributionInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
OptimisticLockingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
NonTransactionalLockingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
AbstractTxLockingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Object |
PessimisticLockingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
CacheUsageInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
ExtendedStatisticInterceptor.visitGetAllCommand(InvocationContext ctx,
GetAllCommand command) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.