public static interface ZooKeeperProtos.ClusterUpOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getStartDate()
If this znode is present, cluster is up.
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStartDateBytes()
If this znode is present, cluster is up.
|
boolean |
hasStartDate()
If this znode is present, cluster is up.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;org.apache.hbase.thirdparty.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 © 2007–2019 Cloudera. All rights reserved.