Class GetKeyValueCommand

java.lang.Object
org.infinispan.commands.read.AbstractDataCommand
org.infinispan.commands.read.GetKeyValueCommand
All Implemented Interfaces:
DataCommand, FlagAffectedCommand, ReplicableCommand, SegmentSpecificCommand, TopologyAffectedCommand, VisitableCommand

public class GetKeyValueCommand extends AbstractDataCommand
Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
Since:
4.0
Author:
Manik Surtani (manik@jboss.org)