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.base |
Base interceptors containing common, reusable behavior.
|
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 |
---|---|
GetKeyValueCommand |
CommandsFactory.buildGetKeyValueCommand(Object key,
Set<Flag> flags)
Builds a GetKeyValueCommand
|
GetKeyValueCommand |
CommandsFactoryImpl.buildGetKeyValueCommand(Object key,
Set<Flag> flags) |
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 |
CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
TxInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
IsMarshallableInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
CallInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BaseTypeConverterInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
L1NonTxInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
NonTxDistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
TxDistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
OptimisticLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Object |
AbstractLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
CacheUsageInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
ExtendedStatisticInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.