public static final class ZooKeeperPB.ClusterUp.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder> implements ZooKeeperPB.ClusterUpOrBuilder
Content of the '/hbase/running', cluster state, znode.Protobuf type
ClusterUp| Modifier and Type | Method and Description |
|---|---|
ZooKeeperPB.ClusterUp.Builder |
clearStartDate()
If this znode is present, cluster is up.
|
String |
getStartDate()
If this znode is present, cluster is up.
|
com.google.protobuf.ByteString |
getStartDateBytes()
If this znode is present, cluster is up.
|
boolean |
hasStartDate()
If this znode is present, cluster is up.
|
ZooKeeperPB.ClusterUp.Builder |
setStartDate(String value)
If this znode is present, cluster is up.
|
ZooKeeperPB.ClusterUp.Builder |
setStartDateBytes(com.google.protobuf.ByteString value)
If this znode is present, cluster is up.
|
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasStartDate()
If this znode is present, cluster is up. Currently the data is cluster start_date.
required string start_date = 1;hasStartDate in interface ZooKeeperPB.ClusterUpOrBuilderpublic String getStartDate()
If this znode is present, cluster is up. Currently the data is cluster start_date.
required string start_date = 1;getStartDate in interface ZooKeeperPB.ClusterUpOrBuilderpublic com.google.protobuf.ByteString getStartDateBytes()
If this znode is present, cluster is up. Currently the data is cluster start_date.
required string start_date = 1;getStartDateBytes in interface ZooKeeperPB.ClusterUpOrBuilderpublic ZooKeeperPB.ClusterUp.Builder setStartDate(String value)
If this znode is present, cluster is up. Currently the data is cluster start_date.
required string start_date = 1;public ZooKeeperPB.ClusterUp.Builder clearStartDate()
If this znode is present, cluster is up. Currently the data is cluster start_date.
required string start_date = 1;public ZooKeeperPB.ClusterUp.Builder setStartDateBytes(com.google.protobuf.ByteString value)
If this znode is present, cluster is up. Currently the data is cluster start_date.
required string start_date = 1;Copyright © 2010–2018 The Async HBase Authors. All rights reserved.