public static final class ZooKeeperProtos.ClusterUp.Builder extends com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder> implements ZooKeeperProtos.ClusterUpOrBuilder
hbase.pb.ClusterUp
Content of the '/hbase/running', cluster state, znode.
| 限定符和类型 | 方法和说明 |
|---|---|
ZooKeeperProtos.ClusterUp |
build() |
ZooKeeperProtos.ClusterUp |
buildPartial() |
ZooKeeperProtos.ClusterUp.Builder |
clear() |
ZooKeeperProtos.ClusterUp.Builder |
clearStartDate()
required string start_date = 1;
If this znode is present, cluster is up. |
ZooKeeperProtos.ClusterUp.Builder |
clone() |
ZooKeeperProtos.ClusterUp |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getStartDate()
required string start_date = 1;
If this znode is present, cluster is up. |
com.google.protobuf.ByteString |
getStartDateBytes()
required string start_date = 1;
If this znode is present, cluster is up. |
boolean |
hasStartDate()
required string start_date = 1;
If this znode is present, cluster is up. |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ZooKeeperProtos.ClusterUp.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperProtos.ClusterUp.Builder |
mergeFrom(com.google.protobuf.Message other) |
ZooKeeperProtos.ClusterUp.Builder |
mergeFrom(ZooKeeperProtos.ClusterUp other) |
ZooKeeperProtos.ClusterUp.Builder |
setStartDate(String value)
required string start_date = 1;
If this znode is present, cluster is up. |
ZooKeeperProtos.ClusterUp.Builder |
setStartDateBytes(com.google.protobuf.ByteString value)
required string start_date = 1;
If this znode is present, cluster is up. |
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<ZooKeeperProtos.ClusterUp.Builder>public ZooKeeperProtos.ClusterUp.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>public ZooKeeperProtos.ClusterUp.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>public ZooKeeperProtos.ClusterUp getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ZooKeeperProtos.ClusterUp build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ZooKeeperProtos.ClusterUp buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ZooKeeperProtos.ClusterUp.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>public ZooKeeperProtos.ClusterUp.Builder mergeFrom(ZooKeeperProtos.ClusterUp other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>public ZooKeeperProtos.ClusterUp.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<ZooKeeperProtos.ClusterUp.Builder>IOExceptionpublic boolean hasStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
public String getStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
public com.google.protobuf.ByteString getStartDateBytes()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
public ZooKeeperProtos.ClusterUp.Builder setStartDate(String value)
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
public ZooKeeperProtos.ClusterUp.Builder clearStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
public ZooKeeperProtos.ClusterUp.Builder setStartDateBytes(com.google.protobuf.ByteString value)
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
Copyright © 2007–2019. All rights reserved.