org.infinispan.commands
Interface DataCommand

All Superinterfaces:
ReplicableCommand, VisitableCommand
All Known Subinterfaces:
DataWriteCommand
All Known Implementing Classes:
AbstractDataCommand, AbstractDataWriteCommand, ApplyDeltaCommand, EvictCommand, GetKeyValueCommand, InvalidateCommand, InvalidateL1Command, PutKeyValueCommand, RemoveCommand, ReplaceCommand, VersionedPutKeyValueCommand

public interface DataCommand
extends VisitableCommand

Commands of this type manipulate data in the cache.

Since:
4.0
Author:
Mircea.Markus@jboss.com, Manik Surtani (manik@jboss.org)

Method Summary
 Object getKey()
           
 
Methods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor, ignoreCommandOnStatus, shouldInvoke
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, isReturnValueExpected, perform, setParameters
 

Method Detail

getKey

Object getKey()

-->

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