public static interface ZooKeeperPB.ClusterUpOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
boolean hasStartDate()
If this znode is present, cluster is up. Currently the data is cluster start_date.
required string start_date = 1;
String getStartDate()
If this znode is present, cluster is up. Currently the data is cluster start_date.
required string start_date = 1;
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;
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.