Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.commands
Interface DataCommand

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

public interface DataCommand
extends VisitableCommand, TopologyAffectedCommand

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.TopologyAffectedCommand
getTopologyId, setTopologyId
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, isReturnValueExpected, perform, setParameters
 

Method Detail

getKey

Object getKey()

Infinispan Distribution 5.2.6.Final-redhat-2

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