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, mergeFrom
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
public 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.ClusterUpOrBuilder
public 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.ClusterUpOrBuilder
public 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.ClusterUpOrBuilder
public 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.