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.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterIdPB.ClusterId,ClusterIdPB.ClusterId.Builder>
public ClusterIdPB.ClusterId.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterIdPB.ClusterId,ClusterIdPB.ClusterId.Builder>
public ClusterIdPB.ClusterId getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterIdPB.ClusterId,ClusterIdPB.ClusterId.Builder>
public ClusterIdPB.ClusterId build()
build
in interface com.google.protobuf.MessageLite.Builder
public ClusterIdPB.ClusterId buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public 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.MessageLiteOrBuilder
public ClusterIdPB.ClusterId.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ClusterIdPB.ClusterId.Builder>
IOException
public boolean hasClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
hasClusterId
in interface ClusterIdPB.ClusterIdOrBuilder
public String getClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterId
in interface ClusterIdPB.ClusterIdOrBuilder
public com.google.protobuf.ByteString getClusterIdBytes()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterIdBytes
in interface ClusterIdPB.ClusterIdOrBuilder
public 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