Uses of Interface
org.infinispan.commands.MetadataAwareCommand
Packages that use MetadataAwareCommand
Package
Description
Commands that alter the state of the cache.
Basic interceptors
-
Uses of MetadataAwareCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement MetadataAwareCommandModifier and TypeClassDescriptionclassclassclassclassAWriteCommandused to handle updates from the remote site (for asynchronous cross-site replication).classImplements functionality defined byBasicCache.put(Object, Object)classA command writing multiple key/value pairs with the same metadata.classclassRemoves an entry that is expired from memoryclass -
Uses of MetadataAwareCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type MetadataAwareCommandModifier and TypeMethodDescriptionprotected voidVersionInterceptor.addVersionIfNeeded(MetadataAwareCommand cmd)