Uses of Class
org.apache.hadoop.hdfs.server.common.HdfsConstants.StartupOption

Packages that use HdfsConstants.StartupOption
org.apache.hadoop.hdfs.server.common   
 

Uses of HdfsConstants.StartupOption in org.apache.hadoop.hdfs.server.common
 

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

Methods in org.apache.hadoop.hdfs.server.common with parameters of type HdfsConstants.StartupOption
 Storage.StorageState Storage.StorageDirectory.analyzeStorage(HdfsConstants.StartupOption startOpt)
          Check consistency of the storage directory
 



Copyright © 2009 The Apache Software Foundation