Package | Description |
---|---|
org.infinispan.commands.read | |
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataCommand |
class |
GetCacheEntryCommand
An internal cache get command that returns
CacheEntry
instead of just the value. |
class |
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataWriteCommand
Stuff common to WriteCommands
|
class |
ApplyDeltaCommand |
class |
ClearCommand |
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 |
PutMapCommand |
class |
RemoveCommand |
class |
ReplaceCommand |
class |
VersionedPutKeyValueCommand
A form of
PutKeyValueCommand that also applies a version to the entry created. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.