Uses of Interface
org.infinispan.commands.SegmentSpecificCommand
Packages that use SegmentSpecificCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Meta-commands that wrap other commands for remote execution.
Commands that alter the state of the cache.
-
Uses of SegmentSpecificCommand in org.infinispan.commands
Subinterfaces of SegmentSpecificCommand in org.infinispan.commandsModifier and TypeInterfaceDescriptioninterfaceCommands of this type manipulate data in the cache. -
Uses of SegmentSpecificCommand in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement SegmentSpecificCommandModifier and TypeClassDescriptionclassclassReadOnlyKeyCommand<K,V, R> final classReadWriteKeyCommand<K,V, R> final classReadWriteKeyValueCommand<K,V, T, R> classTxReadOnlyKeyCommand<K,V, R> final classWriteOnlyKeyCommand<K,V> final classWriteOnlyKeyValueCommand<K,V, T> -
Uses of SegmentSpecificCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement SegmentSpecificCommandModifier and TypeClassDescriptionclassfinal classUsed to fetch a full CacheEntry rather than just the value.classImplements 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 -
Uses of SegmentSpecificCommand in org.infinispan.commands.write
Subinterfaces of SegmentSpecificCommand in org.infinispan.commands.writeModifier and TypeInterfaceDescriptioninterfaceMixes features from DataCommand and WriteCommandClasses in org.infinispan.commands.write that implement SegmentSpecificCommandModifier and TypeClassDescriptionclassStuff common to WriteCommandsclassclassclassclassAWriteCommandused to handle updates from the remote site (for asynchronous cross-site replication).classImplements functionality defined byBasicCache.put(Object, Object)classclassRemoves an entry that is expired from memoryclass -
Uses of SegmentSpecificCommand in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement SegmentSpecificCommandModifier and TypeClassDescriptionclassThis command updates a cache entry's last access timestamp.