public static interface HdfsProtos.NamenodeRegistrationProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHttpAddress()
required string httpAddress = 2; |
com.google.protobuf.ByteString |
getHttpAddressBytes()
required string httpAddress = 2; |
HdfsProtos.NamenodeRegistrationProto.NamenodeRoleProto |
getRole()
optional .hadoop.hdfs.NamenodeRegistrationProto.NamenodeRoleProto role = 4 [default = NAMENODE]; |
String |
getRpcAddress()
required string rpcAddress = 1; |
com.google.protobuf.ByteString |
getRpcAddressBytes()
required string rpcAddress = 1; |
HdfsProtos.StorageInfoProto |
getStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 3; |
HdfsProtos.StorageInfoProtoOrBuilder |
getStorageInfoOrBuilder()
required .hadoop.hdfs.StorageInfoProto storageInfo = 3; |
boolean |
hasHttpAddress()
required string httpAddress = 2; |
boolean |
hasRole()
optional .hadoop.hdfs.NamenodeRegistrationProto.NamenodeRoleProto role = 4 [default = NAMENODE]; |
boolean |
hasRpcAddress()
required string rpcAddress = 1; |
boolean |
hasStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 3; |
boolean hasRpcAddress()
required string rpcAddress = 1;
host:port of the namenode RPC address
String getRpcAddress()
required string rpcAddress = 1;
host:port of the namenode RPC address
com.google.protobuf.ByteString getRpcAddressBytes()
required string rpcAddress = 1;
host:port of the namenode RPC address
boolean hasHttpAddress()
required string httpAddress = 2;
host:port of the namenode http server
String getHttpAddress()
required string httpAddress = 2;
host:port of the namenode http server
com.google.protobuf.ByteString getHttpAddressBytes()
required string httpAddress = 2;
host:port of the namenode http server
boolean hasStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 3;
Node information
HdfsProtos.StorageInfoProto getStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 3;
Node information
HdfsProtos.StorageInfoProtoOrBuilder getStorageInfoOrBuilder()
required .hadoop.hdfs.StorageInfoProto storageInfo = 3;
Node information
boolean hasRole()
optional .hadoop.hdfs.NamenodeRegistrationProto.NamenodeRoleProto role = 4 [default = NAMENODE];
Namenode role
HdfsProtos.NamenodeRegistrationProto.NamenodeRoleProto getRole()
optional .hadoop.hdfs.NamenodeRegistrationProto.NamenodeRoleProto role = 4 [default = NAMENODE];
Namenode role
Copyright © 2013 Apache Software Foundation. All rights reserved.