|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlagAffectedCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.control | Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. |
org.infinispan.commands.read | Commands that read data from the cache. |
org.infinispan.commands.remote | Meta-commands that wrap other commands for remote execution. |
org.infinispan.commands.write | Commands that alter the state of the cache. |
Uses of FlagAffectedCommand in org.infinispan.commands |
---|
Classes in org.infinispan.commands that implement FlagAffectedCommand | |
---|---|
class |
AbstractFlagAffectedCommand
Base class for those commands that can carry flags. |
Uses of FlagAffectedCommand in org.infinispan.commands.control |
---|
Classes in org.infinispan.commands.control that implement FlagAffectedCommand | |
---|---|
class |
LockControlCommand
LockControlCommand is a command that enables distributed locking across infinispan nodes. |
Uses of FlagAffectedCommand in org.infinispan.commands.read |
---|
Classes in org.infinispan.commands.read that implement FlagAffectedCommand | |
---|---|
class |
AbstractDataCommand
|
class |
GetKeyValueCommand
Implements functionality defined by Map.get(Object) and
Map.containsKey(Object) operations |
Uses of FlagAffectedCommand in org.infinispan.commands.remote |
---|
Classes in org.infinispan.commands.remote that implement FlagAffectedCommand | |
---|---|
class |
ClusteredGetCommand
Issues a remote get call. |
Uses of FlagAffectedCommand in org.infinispan.commands.write |
---|
Subinterfaces of FlagAffectedCommand in org.infinispan.commands.write | |
---|---|
interface |
DataWriteCommand
Mixes features from DataCommand and WriteCommand |
interface |
WriteCommand
A command that modifies the cache in some way |
Classes in org.infinispan.commands.write that implement FlagAffectedCommand | |
---|---|
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 Map.put(Object, Object) |
class |
PutMapCommand
|
class |
RemoveCommand
|
class |
ReplaceCommand
|
class |
VersionedPutKeyValueCommand
A form of PutKeyValueCommand that also applies a version to the entry created. |
|
--> |