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

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

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

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

Uses of HdfsConstants.NamenodeRole in org.apache.hadoop.hdfs.server.namenode
 

Fields in org.apache.hadoop.hdfs.server.namenode declared as HdfsConstants.NamenodeRole
protected  HdfsConstants.NamenodeRole NameNode.role
           
 

Methods in org.apache.hadoop.hdfs.server.namenode that return HdfsConstants.NamenodeRole
 HdfsConstants.NamenodeRole NameNode.getRole()
           
 

Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type HdfsConstants.NamenodeRole
NameNode(org.apache.hadoop.conf.Configuration conf, HdfsConstants.NamenodeRole role)
           
 

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

Constructors in org.apache.hadoop.hdfs.server.namenode.metrics with parameters of type HdfsConstants.NamenodeRole
NameNodeMetrics(org.apache.hadoop.conf.Configuration conf, HdfsConstants.NamenodeRole nameNodeRole)
           
 

Uses of HdfsConstants.NamenodeRole in org.apache.hadoop.hdfs.server.protocol
 

Methods in org.apache.hadoop.hdfs.server.protocol that return HdfsConstants.NamenodeRole
 HdfsConstants.NamenodeRole NamenodeRegistration.getRole()
          Get name-node role.
 

Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type HdfsConstants.NamenodeRole
 boolean NamenodeRegistration.isRole(HdfsConstants.NamenodeRole that)
           
 

Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type HdfsConstants.NamenodeRole
NamenodeRegistration(String address, String httpAddress, StorageInfo storageInfo, HdfsConstants.NamenodeRole role, long checkpointTime)
           
 



Copyright © 2009 The Apache Software Foundation