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

Packages that use HdfsServerConstants.NamenodeRole
org.apache.hadoop.hdfs.server.common   
org.apache.hadoop.hdfs.server.namenode.metrics   
 

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

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

Uses of HdfsServerConstants.NamenodeRole in org.apache.hadoop.hdfs.server.namenode.metrics
 

Methods in org.apache.hadoop.hdfs.server.namenode.metrics with parameters of type HdfsServerConstants.NamenodeRole
static NameNodeMetrics NameNodeMetrics.create(org.apache.hadoop.conf.Configuration conf, HdfsServerConstants.NamenodeRole r)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.