|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |