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

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

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

Methods in org.apache.hadoop.hdfs.server.common that return HdfsServerConstants.StartupOption
static HdfsServerConstants.StartupOption HdfsServerConstants.StartupOption.getEnum(String value)
           
static HdfsServerConstants.StartupOption HdfsServerConstants.StartupOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HdfsServerConstants.StartupOption[] HdfsServerConstants.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 HdfsServerConstants.StartupOption
 boolean HdfsServerConstants.RollingUpgradeStartupOption.matches(HdfsServerConstants.StartupOption option)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.