public static final class ZooKeeperPB.ClusterUp.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder> implements ZooKeeperPB.ClusterUpOrBuilder
ClusterUp
Content of the '/hbase/running', cluster state, znode.
| Modifier and Type | Method and Description |
|---|---|
ZooKeeperPB.ClusterUp |
build() |
ZooKeeperPB.ClusterUp |
buildPartial() |
ZooKeeperPB.ClusterUp.Builder |
clear() |
ZooKeeperPB.ClusterUp.Builder |
clearStartDate()
required string start_date = 1; |
ZooKeeperPB.ClusterUp.Builder |
clone() |
ZooKeeperPB.ClusterUp |
getDefaultInstanceForType() |
String |
getStartDate()
required string start_date = 1; |
com.google.protobuf.ByteString |
getStartDateBytes()
required string start_date = 1; |
boolean |
hasStartDate()
required string start_date = 1; |
boolean |
isInitialized() |
ZooKeeperPB.ClusterUp.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperPB.ClusterUp.Builder |
mergeFrom(ZooKeeperPB.ClusterUp other) |
ZooKeeperPB.ClusterUp.Builder |
setStartDate(String value)
required string start_date = 1; |
ZooKeeperPB.ClusterUp.Builder |
setStartDateBytes(com.google.protobuf.ByteString value)
required string start_date = 1; |
public ZooKeeperPB.ClusterUp.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>public ZooKeeperPB.ClusterUp.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>public ZooKeeperPB.ClusterUp getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>public ZooKeeperPB.ClusterUp build()
build in interface com.google.protobuf.MessageLite.Builderpublic ZooKeeperPB.ClusterUp buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic ZooKeeperPB.ClusterUp.Builder mergeFrom(ZooKeeperPB.ClusterUp other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic ZooKeeperPB.ClusterUp.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<ZooKeeperPB.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.
hasStartDate in interface ZooKeeperPB.ClusterUpOrBuilderpublic String getStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
getStartDate in interface ZooKeeperPB.ClusterUpOrBuilderpublic 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.
getStartDateBytes in interface ZooKeeperPB.ClusterUpOrBuilderpublic ZooKeeperPB.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 ZooKeeperPB.ClusterUp.Builder clearStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
public ZooKeeperPB.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 © 2010-2017, The Async HBase Authors