Uses of Class
org.infinispan.commands.read.AbstractDataCommand
Packages that use AbstractDataCommand
Package
Description
Commands that alter the state of the cache.
-
Uses of AbstractDataCommand in org.infinispan.commands.functional
Subclasses of AbstractDataCommand in org.infinispan.commands.functionalModifier 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 AbstractDataCommand in org.infinispan.commands.read
Subclasses of AbstractDataCommand in org.infinispan.commands.readModifier and TypeClassDescriptionfinal classUsed to fetch a full CacheEntry rather than just the value.classImplements functionality defined byMap.get(Object)andMap.containsKey(Object)operations -
Uses of AbstractDataCommand in org.infinispan.commands.write
Subclasses of AbstractDataCommand in org.infinispan.commands.writeModifier 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 AbstractDataCommand in org.infinispan.expiration.impl
Subclasses of AbstractDataCommand in org.infinispan.expiration.implModifier and TypeClassDescriptionclassThis command updates a cache entry's last access timestamp.