Uses of Enum Class
org.apache.hadoop.hdfs.server.common.HdfsServerConstants.NamenodeRole
Packages that use HdfsServerConstants.NamenodeRole
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of HdfsServerConstants.NamenodeRole in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsServerConstants.NamenodeRoleModifier and TypeMethodDescriptionPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamenodeRegistrationProto.NamenodeRoleProto role) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsServerConstants.NamenodeRoleModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamenodeRegistrationProto.NamenodeRoleProtoPBHelper.convert(HdfsServerConstants.NamenodeRole role) -
Uses of HdfsServerConstants.NamenodeRole in org.apache.hadoop.hdfs.server.common
Methods in org.apache.hadoop.hdfs.server.common that return HdfsServerConstants.NamenodeRoleModifier and TypeMethodDescriptionHdfsServerConstants.StartupOption.toNodeRole()Returns the enum constant of this class with the specified name.static HdfsServerConstants.NamenodeRole[]HdfsServerConstants.NamenodeRole.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HdfsServerConstants.NamenodeRole in org.apache.hadoop.hdfs.server.namenode
Fields in org.apache.hadoop.hdfs.server.namenode declared as HdfsServerConstants.NamenodeRoleMethods in org.apache.hadoop.hdfs.server.namenode that return HdfsServerConstants.NamenodeRoleMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type HdfsServerConstants.NamenodeRoleModifier and TypeMethodDescriptionstatic StringNameNode.composeNotStartedMessage(HdfsServerConstants.NamenodeRole role) static voidNameNode.initMetrics(org.apache.hadoop.conf.Configuration conf, HdfsServerConstants.NamenodeRole role) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type HdfsServerConstants.NamenodeRoleModifierConstructorDescriptionprotectedNameNode(org.apache.hadoop.conf.Configuration conf, HdfsServerConstants.NamenodeRole role) -
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.NamenodeRoleModifier and TypeMethodDescriptionstatic NameNodeMetricsNameNodeMetrics.create(org.apache.hadoop.conf.Configuration conf, HdfsServerConstants.NamenodeRole r) -
Uses of HdfsServerConstants.NamenodeRole in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return HdfsServerConstants.NamenodeRoleMethods in org.apache.hadoop.hdfs.server.protocol with parameters of type HdfsServerConstants.NamenodeRoleModifier and TypeMethodDescriptionbooleanNamenodeRegistration.isRole(HdfsServerConstants.NamenodeRole that) Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type HdfsServerConstants.NamenodeRoleModifierConstructorDescriptionNamenodeRegistration(String address, String httpAddress, StorageInfo storageInfo, HdfsServerConstants.NamenodeRole role)