Uses of Interface
org.infinispan.commands.MetadataAwareCommand
-
Packages that use MetadataAwareCommand Package Description org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of MetadataAwareCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement MetadataAwareCommand Modifier and Type Class Description classComputeCommandclassComputeIfAbsentCommandclassEvictCommandclassPutKeyValueCommandImplements functionality defined byBasicCache.put(Object, Object)classPutMapCommandA command writing multiple key/value pairs with the same metadata.classRemoveCommandclassRemoveExpiredCommandRemoves an entry that is expired from memoryclassReplaceCommand -
Uses of MetadataAwareCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type MetadataAwareCommand Modifier and Type Method Description protected voidVersionInterceptor. addVersionIfNeeded(MetadataAwareCommand cmd)
-