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 class
ComputeCommand
class
ComputeIfAbsentCommand
class
EvictCommand
class
PutKeyValueCommand
Implements functionality defined byBasicCache.put(Object, Object)
class
PutMapCommand
class
RemoveCommand
class
RemoveExpiredCommand
Removes an entry that is expired from memoryclass
ReplaceCommand
-
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 void
VersionInterceptor. addVersionIfNeeded(MetadataAwareCommand cmd)
-