org.infinispan.commands.write
Interface DataWriteCommand

All Superinterfaces:
DataCommand, FlagAffectedCommand, ReplicableCommand, VisitableCommand, WriteCommand
All Known Implementing Classes:
AbstractDataWriteCommand, EvictCommand, InvalidateCommand, InvalidateL1Command, PutKeyValueCommand, RemoveCommand, ReplaceCommand

public interface DataWriteCommand
extends WriteCommand, DataCommand

Mixes features from DataCommand and WriteCommand

Since:
4.0
Author:
Manik Surtani

Method Summary
 
Methods inherited from interface org.infinispan.commands.write.WriteCommand
getAffectedKeys, isConditional, isSuccessful
 
Methods inherited from interface org.infinispan.commands.FlagAffectedCommand
getFlags, setFlags
 
Methods inherited from interface org.infinispan.commands.DataCommand
getKey
 
Methods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor, ignoreCommandOnStatus, shouldInvoke
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 


-->

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