public static final class ClusterIdPB.ClusterId.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClusterIdPB.ClusterId,ClusterIdPB.ClusterId.Builder> implements ClusterIdPB.ClusterIdOrBuilder
ClusterId
Content of the '/hbase/hbaseid', cluster id, znode.
Also cluster of the ${HBASE_ROOTDIR}/hbase.id file.
| Modifier and Type | Method and Description |
|---|---|
ClusterIdPB.ClusterId |
build() |
ClusterIdPB.ClusterId |
buildPartial() |
ClusterIdPB.ClusterId.Builder |
clear() |
ClusterIdPB.ClusterId.Builder |
clearClusterId()
required string cluster_id = 1; |
ClusterIdPB.ClusterId.Builder |
clone() |
String |
getClusterId()
required string cluster_id = 1; |
com.google.protobuf.ByteString |
getClusterIdBytes()
required string cluster_id = 1; |
ClusterIdPB.ClusterId |
getDefaultInstanceForType() |
boolean |
hasClusterId()
required string cluster_id = 1; |
boolean |
isInitialized() |
ClusterIdPB.ClusterId.Builder |
mergeFrom(ClusterIdPB.ClusterId other) |
ClusterIdPB.ClusterId.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterIdPB.ClusterId.Builder |
setClusterId(String value)
required string cluster_id = 1; |
ClusterIdPB.ClusterId.Builder |
setClusterIdBytes(com.google.protobuf.ByteString value)
required string cluster_id = 1; |
public ClusterIdPB.ClusterId.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterIdPB.ClusterId,ClusterIdPB.ClusterId.Builder>public ClusterIdPB.ClusterId.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterIdPB.ClusterId,ClusterIdPB.ClusterId.Builder>public ClusterIdPB.ClusterId getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterIdPB.ClusterId,ClusterIdPB.ClusterId.Builder>public ClusterIdPB.ClusterId build()
build in interface com.google.protobuf.MessageLite.Builderpublic ClusterIdPB.ClusterId buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic ClusterIdPB.ClusterId.Builder mergeFrom(ClusterIdPB.ClusterId other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterIdPB.ClusterId,ClusterIdPB.ClusterId.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic ClusterIdPB.ClusterId.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ClusterIdPB.ClusterId.Builder>IOExceptionpublic boolean hasClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
hasClusterId in interface ClusterIdPB.ClusterIdOrBuilderpublic String getClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterId in interface ClusterIdPB.ClusterIdOrBuilderpublic com.google.protobuf.ByteString getClusterIdBytes()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterIdBytes in interface ClusterIdPB.ClusterIdOrBuilderpublic ClusterIdPB.ClusterId.Builder setClusterId(String value)
required string cluster_id = 1;
This is the cluster id, a uuid as a String
public ClusterIdPB.ClusterId.Builder clearClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
public ClusterIdPB.ClusterId.Builder setClusterIdBytes(com.google.protobuf.ByteString value)
required string cluster_id = 1;
This is the cluster id, a uuid as a String
Copyright © 2010-2017, The Async HBase Authors