Package | Description |
---|---|
org.infinispan.commands.functional | |
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.partitionhandling.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWriteKeyCommand<K,V> |
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 |
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 |
BaseDistributionInterceptor.handleNonTxWriteCommand(InvocationContext ctx,
DataWriteCommand command)
Deprecated.
|
Object |
L1LastChanceInterceptor.visitDataWriteCommand(InvocationContext ctx,
DataWriteCommand command,
boolean assumeOriginKeptEntryInL1)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
OptimisticLockingInterceptor.visitDataWriteCommand(InvocationContext ctx,
DataWriteCommand command)
Deprecated.
|
protected Object |
PessimisticLockingInterceptor.visitDataWriteCommand(InvocationContext ctx,
DataWriteCommand command)
Deprecated.
|
protected Object |
NonTransactionalLockingInterceptor.visitDataWriteCommand(InvocationContext ctx,
DataWriteCommand command)
Deprecated.
|
protected abstract Object |
AbstractLockingInterceptor.visitDataWriteCommand(InvocationContext ctx,
DataWriteCommand command)
Deprecated.
|
protected Object |
AbstractLockingInterceptor.visitNonTxDataWriteCommand(InvocationContext ctx,
DataWriteCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
PartitionHandlingInterceptor.handleSingleWrite(InvocationContext ctx,
DataWriteCommand command) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.