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.
|
Modifier and Type | Method and Description |
---|---|
GetCacheEntryCommand |
CommandsFactory.buildGetCacheEntryCommand(Object key,
Set<Flag> explicitFlags)
Builds a GetCacheEntryCommand
|
GetCacheEntryCommand |
CommandsFactoryImpl.buildGetCacheEntryCommand(Object key,
Set<Flag> explicitFlags) |
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 |
TxInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Object |
MarshalledValueInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Object |
CacheLoaderInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Object |
CacheMgmtInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Object |
IsMarshallableInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Object |
CallInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseTypeConverterInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
L1NonTxInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Object |
TxDistributionInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Object |
NonTxDistributionInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitGetCacheEntryCommand(InvocationContext ctx,
GetCacheEntryCommand command)
Deprecated.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.