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 |
Modifier and Type | Method and Description |
---|---|
GetKeyValueCommand |
CommandsFactoryImpl.buildGetKeyValueCommand(Object key,
Set<Flag> flags,
boolean returnEntry) |
GetKeyValueCommand |
CommandsFactory.buildGetKeyValueCommand(Object key,
Set<Flag> flags,
boolean returnEntry)
Builds a GetKeyValueCommand
|
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 |
MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
CallInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
TxInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
EntryWrappingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
IsMarshallableInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
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) |
Modifier and Type | Method and Description |
---|---|
Object |
TxDistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
NonTxDistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
L1NonTxInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
OptimisticLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
NonTransactionalLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
AbstractTxLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.