Uses of Class
org.apache.hadoop.hdfs.protocol.DataTransferProtocol.Status

Packages that use DataTransferProtocol.Status
org.apache.hadoop.hdfs.protocol   
 

Uses of DataTransferProtocol.Status in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol that return DataTransferProtocol.Status
 DataTransferProtocol.Status DataTransferProtocol.PipelineAck.getReply(int i)
          get the ith reply
static DataTransferProtocol.Status DataTransferProtocol.Status.read(DataInput in)
          Read from in
static DataTransferProtocol.Status DataTransferProtocol.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataTransferProtocol.Status[] DataTransferProtocol.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hdfs.protocol with parameters of type DataTransferProtocol.Status
DataTransferProtocol.PipelineAck(long seqno, DataTransferProtocol.Status[] replies)
          Constructor
 



Copyright © 2009 The Apache Software Foundation