public static interface HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBlockPoolId()
optional string blockPoolId = 1; |
com.google.protobuf.ByteString |
getBlockPoolIdBytes()
optional string blockPoolId = 1; |
String |
getClusterId()
optional string clusterId = 2; |
com.google.protobuf.ByteString |
getClusterIdBytes()
optional string clusterId = 2; |
String |
getNameserviceId()
optional string nameserviceId = 3; |
com.google.protobuf.ByteString |
getNameserviceIdBytes()
optional string nameserviceId = 3; |
boolean |
hasBlockPoolId()
optional string blockPoolId = 1; |
boolean |
hasClusterId()
optional string clusterId = 2; |
boolean |
hasNameserviceId()
optional string nameserviceId = 3; |
boolean hasBlockPoolId()
optional string blockPoolId = 1;
String getBlockPoolId()
optional string blockPoolId = 1;
com.google.protobuf.ByteString getBlockPoolIdBytes()
optional string blockPoolId = 1;
boolean hasClusterId()
optional string clusterId = 2;
String getClusterId()
optional string clusterId = 2;
com.google.protobuf.ByteString getClusterIdBytes()
optional string clusterId = 2;
boolean hasNameserviceId()
optional string nameserviceId = 3;
String getNameserviceId()
optional string nameserviceId = 3;
com.google.protobuf.ByteString getNameserviceIdBytes()
optional string nameserviceId = 3;
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.