Uses of Class
org.apache.hadoop.hdfs.protocol.HdfsConstants.DatanodeReportType

Packages that use HdfsConstants.DatanodeReportType
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.protocolPB   
 

Uses of HdfsConstants.DatanodeReportType in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol that return HdfsConstants.DatanodeReportType
static HdfsConstants.DatanodeReportType HdfsConstants.DatanodeReportType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HdfsConstants.DatanodeReportType[] HdfsConstants.DatanodeReportType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HdfsConstants.DatanodeReportType in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsConstants.DatanodeReportType
static HdfsConstants.DatanodeReportType PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.DatanodeReportTypeProto t)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsConstants.DatanodeReportType
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.DatanodeReportTypeProto PBHelper.convert(HdfsConstants.DatanodeReportType t)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.