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.remote.expiration 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 interface
DataCommand
Commands 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 class
AbstractWriteKeyCommand<K,V>
class
ReadOnlyKeyCommand<K,V,R>
class
ReadWriteKeyCommand<K,V,R>
class
ReadWriteKeyValueCommand<K,V,T,R>
class
TxReadOnlyKeyCommand<K,V,R>
class
WriteOnlyKeyCommand<K,V>
class
WriteOnlyKeyValueCommand<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 class
AbstractDataCommand
class
GetCacheEntryCommand
Used to fetch a full CacheEntry rather than just the value.class
GetKeyValueCommand
Implements 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 class
ClusteredGetCommand
Issues a remote get call. -
Uses of SegmentSpecificCommand in org.infinispan.commands.remote.expiration
Classes in org.infinispan.commands.remote.expiration that implement SegmentSpecificCommand Modifier and Type Class Description class
RetrieveLastAccessCommand
Command that when invoked will retrieve the last access time from an entry without updating itclass
UpdateLastAccessCommand
Command that will update the last access time for an entry given the specific time -
Uses of SegmentSpecificCommand in org.infinispan.commands.write
Subinterfaces of SegmentSpecificCommand in org.infinispan.commands.write Modifier and Type Interface Description interface
DataWriteCommand
Mixes features from DataCommand and WriteCommandClasses in org.infinispan.commands.write that implement SegmentSpecificCommand Modifier and Type Class Description class
AbstractDataWriteCommand
Stuff common to WriteCommandsclass
ApplyDeltaCommand
Deprecated.since 9.1class
ComputeCommand
class
ComputeIfAbsentCommand
class
EvictCommand
class
PutKeyValueCommand
Implements functionality defined byBasicCache.put(Object, Object)
class
RemoveCommand
class
RemoveExpiredCommand
Removes an entry that is expired from memoryclass
ReplaceCommand
-