Package | Description |
---|---|
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 |
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 |
ReplaceCommand |
Modifier and Type | Method and Description |
---|---|
protected Object |
BaseDistributionInterceptor.handleNonTxWriteCommand(InvocationContext ctx,
DataWriteCommand command) |
Object |
L1LastChanceInterceptor.visitDataWriteCommand(InvocationContext ctx,
DataWriteCommand command,
boolean assumeOriginKeptEntryInL1) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLockingInterceptor.lockKey(InvocationContext ctx,
DataWriteCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.