Uses of Interface
org.infinispan.commands.LocalCommand
Packages that use LocalCommand
Package
Description
Commands that alter the state of the cache.
-
Uses of LocalCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement LocalCommandModifier and TypeClassDescriptionclassAbstract classclassEntrySetCommand<K,V> Command implementation forMap.entrySet()functionality.classRetrieves multiple entries at once.final classUsed to fetch a full CacheEntry rather than just the value.classImplements functionality defined byMap.get(Object)andMap.containsKey(Object)operationsclassKeySetCommand<K,V> Command implementation forMap.keySet()functionality. -
Uses of LocalCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement LocalCommand