Uses of Class
org.infinispan.commands.read.AbstractDataCommand
-
Packages that use AbstractDataCommand Package Description org.infinispan.commands.functional org.infinispan.commands.read org.infinispan.commands.write Commands that alter the state of the cache. -
-
Uses of AbstractDataCommand in org.infinispan.commands.functional
Subclasses of AbstractDataCommand in org.infinispan.commands.functional 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 AbstractDataCommand in org.infinispan.commands.read
Subclasses of AbstractDataCommand in org.infinispan.commands.read Modifier and Type Class Description 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 AbstractDataCommand in org.infinispan.commands.write
Subclasses of AbstractDataCommand in org.infinispan.commands.write 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
-