public static interface HdfsServerFederationProtos.RouterRecordProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
optional string address = 3; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getAddressBytes()
optional string address = 3; |
String |
getAdminAddress()
optional string adminAddress = 9; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getAdminAddressBytes()
optional string adminAddress = 9; |
String |
getCompileInfo()
optional string compileInfo = 7; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getCompileInfoBytes()
optional string compileInfo = 7; |
long |
getDateCreated()
optional uint64 dateCreated = 1; |
long |
getDateModified()
optional uint64 dateModified = 2; |
long |
getDateStarted()
optional uint64 dateStarted = 8; |
HdfsServerFederationProtos.StateStoreVersionRecordProto |
getStateStoreVersion()
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5; |
HdfsServerFederationProtos.StateStoreVersionRecordProtoOrBuilder |
getStateStoreVersionOrBuilder()
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5; |
String |
getStatus()
optional string status = 4; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getStatusBytes()
optional string status = 4; |
String |
getVersion()
optional string version = 6; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getVersionBytes()
optional string version = 6; |
boolean |
hasAddress()
optional string address = 3; |
boolean |
hasAdminAddress()
optional string adminAddress = 9; |
boolean |
hasCompileInfo()
optional string compileInfo = 7; |
boolean |
hasDateCreated()
optional uint64 dateCreated = 1; |
boolean |
hasDateModified()
optional uint64 dateModified = 2; |
boolean |
hasDateStarted()
optional uint64 dateStarted = 8; |
boolean |
hasStateStoreVersion()
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5; |
boolean |
hasStatus()
optional string status = 4; |
boolean |
hasVersion()
optional string version = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDateCreated()
optional uint64 dateCreated = 1;
long getDateCreated()
optional uint64 dateCreated = 1;
boolean hasDateModified()
optional uint64 dateModified = 2;
long getDateModified()
optional uint64 dateModified = 2;
boolean hasAddress()
optional string address = 3;
String getAddress()
optional string address = 3;
org.apache.hadoop.thirdparty.protobuf.ByteString getAddressBytes()
optional string address = 3;
boolean hasStatus()
optional string status = 4;
String getStatus()
optional string status = 4;
org.apache.hadoop.thirdparty.protobuf.ByteString getStatusBytes()
optional string status = 4;
boolean hasStateStoreVersion()
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
HdfsServerFederationProtos.StateStoreVersionRecordProto getStateStoreVersion()
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
HdfsServerFederationProtos.StateStoreVersionRecordProtoOrBuilder getStateStoreVersionOrBuilder()
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
boolean hasVersion()
optional string version = 6;
String getVersion()
optional string version = 6;
org.apache.hadoop.thirdparty.protobuf.ByteString getVersionBytes()
optional string version = 6;
boolean hasCompileInfo()
optional string compileInfo = 7;
String getCompileInfo()
optional string compileInfo = 7;
org.apache.hadoop.thirdparty.protobuf.ByteString getCompileInfoBytes()
optional string compileInfo = 7;
boolean hasDateStarted()
optional uint64 dateStarted = 8;
long getDateStarted()
optional uint64 dateStarted = 8;
boolean hasAdminAddress()
optional string adminAddress = 9;
String getAdminAddress()
optional string adminAddress = 9;
org.apache.hadoop.thirdparty.protobuf.ByteString getAdminAddressBytes()
optional string adminAddress = 9;
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.