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

Packages that use FSConstants.DatanodeReportType
org.apache.hadoop.hdfs A distributed implementation of FileSystem
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.server.namenode   
 

Uses of FSConstants.DatanodeReportType in org.apache.hadoop.hdfs
 

Methods in org.apache.hadoop.hdfs with parameters of type FSConstants.DatanodeReportType
 DatanodeInfo[] DFSClient.datanodeReport(FSConstants.DatanodeReportType type)
           
 

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

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

Methods in org.apache.hadoop.hdfs.protocol with parameters of type FSConstants.DatanodeReportType
 DatanodeInfo[] ClientProtocol.getDatanodeReport(FSConstants.DatanodeReportType type)
          Get a report on the system's current datanodes.
 

Uses of FSConstants.DatanodeReportType in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSConstants.DatanodeReportType
 DatanodeInfo[] FSNamesystem.datanodeReport(FSConstants.DatanodeReportType type)
           
 DatanodeInfo[] NameNode.getDatanodeReport(FSConstants.DatanodeReportType type)
           
 



Copyright © 2009 The Apache Software Foundation