public static interface ZooKeeperProtos.ClusterUpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getStartDate()
required string start_date = 1;
If this znode is present, cluster is up. |
com.google.protobuf.ByteString |
getStartDateBytes()
required string start_date = 1;
If this znode is present, cluster is up. |
boolean |
hasStartDate()
required string start_date = 1;
If this znode is present, cluster is up. |
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 © 2007–2019. All rights reserved.