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. -
-
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
A command writing multiple key/value pairs with the same metadata.class
RemoveCommand
class
RemoveExpiredCommand
Removes an entry that is expired from memoryclass
ReplaceCommand
-