public static interface HdfsServerFederationProtos.RouterRecordProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
optional string address = 3; |
com.google.protobuf.ByteString |
getAddressBytes()
optional string address = 3; |
String |
getCompileInfo()
optional string compileInfo = 7; |
com.google.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; |
com.google.protobuf.ByteString |
getStatusBytes()
optional string status = 4; |
String |
getVersion()
optional string version = 6; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 6; |
boolean |
hasAddress()
optional string address = 3; |
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; |
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;
com.google.protobuf.ByteString getAddressBytes()
optional string address = 3;
boolean hasStatus()
optional string status = 4;
String getStatus()
optional string status = 4;
com.google.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;
com.google.protobuf.ByteString getVersionBytes()
optional string version = 6;
boolean hasCompileInfo()
optional string compileInfo = 7;
String getCompileInfo()
optional string compileInfo = 7;
com.google.protobuf.ByteString getCompileInfoBytes()
optional string compileInfo = 7;
boolean hasDateStarted()
optional uint64 dateStarted = 8;
long getDateStarted()
optional uint64 dateStarted = 8;
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.