Package org.infinispan.commands.write
package org.infinispan.commands.write
Commands that alter the state of the cache.
- Since:
- 4.0
- Author:
- Manik Surtani
-
ClassDescriptionStuff common to WriteCommandsA command that represents an acknowledge sent by a backup owner to the originator.A command that represents an acknowledge sent by a backup owner to the originator.Mixes features from DataCommand and WriteCommandA command that represents an exception acknowledge sent by any owner.Removes an entry from memory.Invalidates an entry in a L1 cache (used with DIST mode)Must be
VisitableCommand
as we want to catch it in persistence handling etc.AWriteCommand
used to handle updates from the remote site (for asynchronous cross-site replication).Implements functionality defined byBasicCache.put(Object, Object)
A command writing multiple key/value pairs with the same metadata.Removes an entry that is expired from memoryA policy for determining if a write command should be executed based on the current value in the cache.A command that modifies the cache in some way