Uses of Interface
org.infinispan.commands.SegmentSpecificCommand
-
Packages that use SegmentSpecificCommand 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 SegmentSpecificCommand in org.infinispan.commands
Subinterfaces of SegmentSpecificCommand in org.infinispan.commands Modifier and Type Interface Description interfaceDataCommandCommands of this type manipulate data in the cache. -
Uses of SegmentSpecificCommand in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement SegmentSpecificCommand Modifier and Type Class Description classAbstractWriteKeyCommand<K,V>classReadOnlyKeyCommand<K,V,R>classReadWriteKeyCommand<K,V,R>classReadWriteKeyValueCommand<K,V,T,R>classTxReadOnlyKeyCommand<K,V,R>classWriteOnlyKeyCommand<K,V>classWriteOnlyKeyValueCommand<K,V,T> -
Uses of SegmentSpecificCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement SegmentSpecificCommand Modifier and Type Class Description classAbstractDataCommandclassGetCacheEntryCommandUsed to fetch a full CacheEntry rather than just the value.classGetKeyValueCommandImplements functionality defined byMap.get(Object)andMap.containsKey(Object)operations -
Uses of SegmentSpecificCommand in org.infinispan.commands.remote
Classes in org.infinispan.commands.remote that implement SegmentSpecificCommand Modifier and Type Class Description classClusteredGetCommandIssues a remote get call. -
Uses of SegmentSpecificCommand in org.infinispan.commands.write
Subinterfaces of SegmentSpecificCommand in org.infinispan.commands.write Modifier and Type Interface Description interfaceDataWriteCommandMixes features from DataCommand and WriteCommandClasses in org.infinispan.commands.write that implement SegmentSpecificCommand Modifier and Type Class Description classAbstractDataWriteCommandStuff common to WriteCommandsclassComputeCommandclassComputeIfAbsentCommandclassEvictCommandclassPutKeyValueCommandImplements functionality defined byBasicCache.put(Object, Object)classRemoveCommandclassRemoveExpiredCommandRemoves an entry that is expired from memoryclassReplaceCommand
-