Uses of Class
org.infinispan.commands.AbstractFlagAffectedCommand
Packages that use AbstractFlagAffectedCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that alter the state of the cache.
-
Uses of AbstractFlagAffectedCommand in org.infinispan.commands
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commandsModifier and TypeClassDescriptionclassBase class for commands that carry topology id. -
Uses of AbstractFlagAffectedCommand in org.infinispan.commands.functional
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands.functionalModifier and TypeClassDescriptionclassReadOnlyManyCommand<K,V, R> classTxReadOnlyManyCommand<K,V, R> -
Uses of AbstractFlagAffectedCommand in org.infinispan.commands.read
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands.readModifier and TypeClassDescriptionclassAbstract classclassEntrySetCommand<K,V> Command implementation forMap.entrySet()functionality.classRetrieves multiple entries at once.classKeySetCommand<K,V> Command implementation forMap.keySet()functionality. -
Uses of AbstractFlagAffectedCommand in org.infinispan.commands.write
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands.writeModifier and TypeClassDescriptionclassclassRemoves an entry from memory.classInvalidates an entry in a L1 cache (used with DIST mode)classA command writing multiple key/value pairs with the same metadata.