Uses of Class
org.apache.hadoop.dfs.FSConstants.DatanodeReportType

Packages that use FSConstants.DatanodeReportType
org.apache.hadoop.dfs A distributed implementation of FileSystem
 

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

Methods in org.apache.hadoop.dfs 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're declared.
 

Methods in org.apache.hadoop.dfs with parameters of type FSConstants.DatanodeReportType
 DatanodeInfo[] NameNode.getDatanodeReport(FSConstants.DatanodeReportType type)
           
 



Copyright © 2008 The Apache Software Foundation