public static final class ClusterIdProtos.ClusterId.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder> implements ClusterIdProtos.ClusterIdOrBuilder
hbase.pb.ClusterId
Content of the '/hbase/hbaseid', cluster id, znode.
Also cluster of the ${HBASE_ROOTDIR}/hbase.id file.
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterIdProtos.ClusterId |
build() |
ClusterIdProtos.ClusterId |
buildPartial() |
ClusterIdProtos.ClusterId.Builder |
clear() |
ClusterIdProtos.ClusterId.Builder |
clearClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
|
ClusterIdProtos.ClusterId.Builder |
clone() |
String |
getClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
|
com.google.protobuf.ByteString |
getClusterIdBytes()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
|
ClusterIdProtos.ClusterId |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
|
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;
This is the cluster id, a uuid as a String
|
ClusterIdProtos.ClusterId.Builder |
setClusterIdBytes(com.google.protobuf.ByteString value)
required string cluster_id = 1;
This is the cluster id, a uuid as a String
|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>public ClusterIdProtos.ClusterId.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>public ClusterIdProtos.ClusterId.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>public ClusterIdProtos.ClusterId getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ClusterIdProtos.ClusterId build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ClusterIdProtos.ClusterId buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ClusterIdProtos.ClusterId.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClusterIdProtos.ClusterId.Builder>public ClusterIdProtos.ClusterId.Builder mergeFrom(ClusterIdProtos.ClusterId other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 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 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClusterIdProtos.ClusterId.Builder>IOExceptionpublic boolean hasClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
public String getClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
public com.google.protobuf.ByteString getClusterIdBytes()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
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–2019. All rights reserved.