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 classAbstractTopologyAffectedCommandBase 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 classReadOnlyManyCommand<K,V,R>classTxReadOnlyManyCommand<K,V,R> -
Uses of AbstractFlagAffectedCommand in org.infinispan.commands.read
Subclasses of AbstractFlagAffectedCommand in org.infinispan.commands.read Modifier and Type Class Description classAbstractLocalCommandAbstract classclassEntrySetCommand<K,V>Command implementation forMap.entrySet()functionality.classGetAllCommandRetrieves multiple entries at once.classKeySetCommand<K,V>Command implementation forMap.keySet()functionality.classSizeCommandCommand 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 classGetKeysInGroupCommandVisitableCommandthat 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 classClearCommandclassInvalidateCommandRemoves an entry from memory.classInvalidateL1CommandInvalidates an entry in a L1 cache (used with DIST mode)classPutMapCommandA command writing multiple key/value pairs with the same metadata.
-