public static final class ClusterIdProtos.ClusterId.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder> implements ClusterIdProtos.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 |
---|---|
ClusterIdProtos.ClusterId |
build() |
ClusterIdProtos.ClusterId |
buildPartial() |
ClusterIdProtos.ClusterId.Builder |
clear() |
ClusterIdProtos.ClusterId.Builder |
clearClusterId()
required string cluster_id = 1; |
ClusterIdProtos.ClusterId.Builder |
clone() |
String |
getClusterId()
required string cluster_id = 1; |
com.google.protobuf.ByteString |
getClusterIdBytes()
required string cluster_id = 1; |
ClusterIdProtos.ClusterId |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasClusterId()
required string cluster_id = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClusterIdProtos.ClusterId.Builder |
mergeFrom(ClusterIdProtos.ClusterId other) |
ClusterIdProtos.ClusterId.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterIdProtos.ClusterId.Builder |
mergeFrom(com.google.protobuf.Message other) |
ClusterIdProtos.ClusterId.Builder |
setClusterId(String value)
required string cluster_id = 1; |
ClusterIdProtos.ClusterId.Builder |
setClusterIdBytes(com.google.protobuf.ByteString value)
required string cluster_id = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>
public ClusterIdProtos.ClusterId.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>
public ClusterIdProtos.ClusterId.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>
public ClusterIdProtos.ClusterId getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClusterIdProtos.ClusterId build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClusterIdProtos.ClusterId buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClusterIdProtos.ClusterId.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClusterIdProtos.ClusterId.Builder>
public ClusterIdProtos.ClusterId.Builder mergeFrom(ClusterIdProtos.ClusterId other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>
public ClusterIdProtos.ClusterId.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClusterIdProtos.ClusterId.Builder>
IOException
public boolean hasClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
hasClusterId
in interface ClusterIdProtos.ClusterIdOrBuilder
public String getClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterId
in interface ClusterIdProtos.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 ClusterIdProtos.ClusterIdOrBuilder
public ClusterIdProtos.ClusterId.Builder setClusterId(String value)
required string cluster_id = 1;
This is the cluster id, a uuid as a String
public ClusterIdProtos.ClusterId.Builder clearClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
public ClusterIdProtos.ClusterId.Builder setClusterIdBytes(com.google.protobuf.ByteString value)
required string cluster_id = 1;
This is the cluster id, a uuid as a String
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.