Uses of Class
org.infinispan.commands.AbstractFlagAffectedCommand
-
Packages that use AbstractFlagAffectedCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.functional org.infinispan.commands.read 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 AbstractFlagAffectedCommand in org.infinispan.commands
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands Modifier and Type Class Description class
AbstractTopologyAffectedCommand
Base class for commands that carry topology id. -
Uses of AbstractFlagAffectedCommand in org.infinispan.commands.functional
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands.functional Modifier and Type Class Description class
ReadOnlyManyCommand<K,V,R>
class
TxReadOnlyManyCommand<K,V,R>
-
Uses of AbstractFlagAffectedCommand in org.infinispan.commands.read
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands.read Modifier and Type Class Description class
AbstractLocalCommand
Abstract classclass
EntrySetCommand<K,V>
Command implementation forMap.entrySet()
functionality.class
GetAllCommand
Retrieves multiple entries at once.class
KeySetCommand<K,V>
Command implementation forMap.keySet()
functionality.class
SizeCommand
Command to calculate the size of the cache -
Uses of AbstractFlagAffectedCommand in org.infinispan.commands.remote
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands.remote Modifier and Type Class Description class
GetKeysInGroupCommand
VisitableCommand
that fetches the keys belonging to a group. -
Uses of AbstractFlagAffectedCommand in org.infinispan.commands.write
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands.write Modifier and Type Class Description class
ClearCommand
class
InvalidateCommand
Removes an entry from memory.class
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)class
PutMapCommand
A command writing multiple key/value pairs with the same metadata.
-