Package | Description |
---|---|
org.infinispan.commands.functional | |
org.infinispan.commands.read | |
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWriteKeyCommand<K,V> |
class |
ReadOnlyKeyCommand<K,V,R> |
class |
ReadOnlyManyCommand<K,V,R> |
class |
ReadWriteKeyCommand<K,V,R> |
class |
ReadWriteKeyValueCommand<K,V,R> |
class |
WriteOnlyKeyCommand<K,V> |
class |
WriteOnlyKeyValueCommand<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataCommand |
class |
GetCacheEntryCommand
Used to fetch a full CacheEntry rather than just the value.
|
class |
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
Modifier and Type | Interface and Description |
---|---|
interface |
DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataWriteCommand
Stuff common to WriteCommands
|
class |
ApplyDeltaCommand |
class |
EvictCommand |
class |
InvalidateCommand
Removes an entry from memory.
|
class |
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
class |
PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
class |
RemoveCommand |
class |
RemoveExpiredCommand
Removes an entry that is expired from memory
|
class |
ReplaceCommand |
Modifier and Type | Method and Description |
---|---|
protected Object |
L1NonTxInterceptor.performCommandWithL1WriteIfAble(InvocationContext ctx,
DataCommand command,
boolean isEntry,
boolean shouldAlwaysRunNextInterceptor,
boolean registerL1)
Deprecated.
|
protected Object |
L1NonTxInterceptor.performL1Lookup(InvocationContext ctx,
boolean runInterceptorOnConflict,
Object key,
DataCommand command,
boolean isEntry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
NonTransactionalLockingInterceptor.visitDataReadCommand(InvocationContext ctx,
DataCommand command)
Deprecated.
|
protected abstract Object |
AbstractLockingInterceptor.visitDataReadCommand(InvocationContext ctx,
DataCommand command)
Deprecated.
|
protected Object |
OptimisticLockingInterceptor.visitDataReadCommand(InvocationContext ctx,
DataCommand command)
Deprecated.
|
protected Object |
PessimisticLockingInterceptor.visitDataReadCommand(InvocationContext ctx,
DataCommand command)
Deprecated.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.