Package org.infinispan.commands.write

Commands that alter the state of the cache.

See:
          Description

Interface Summary
DataWriteCommand Mixes features from DataCommand and WriteCommand
WriteCommand A command that modifies the cache in some way
 

Class Summary
AbstractDataWriteCommand Stuff common to WriteCommands
ApplyDeltaCommand  
ClearCommand  
EvictCommand  
InvalidateCommand Removes an entry from memory.
InvalidateL1Command Invalidates an entry in a L1 cache (used with DIST mode)
PutKeyValueCommand Implements functionality defined by Map.put(Object, Object)
PutMapCommand  
RemoveCommand  
ReplaceCommand  
VersionedPutKeyValueCommand A form of PutKeyValueCommand that also applies a version to the entry created.
 

Package org.infinispan.commands.write Description

Commands that alter the state of the cache.

Since:
4.0
Author:
Manik Surtani

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.