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