org.apache.hadoop.hbase.protobuf.generated
Interface ZooKeeperProtos.ClusterUpOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ZooKeeperProtos.ClusterUp, ZooKeeperProtos.ClusterUp.Builder
Enclosing class:
ZooKeeperProtos

public static interface ZooKeeperProtos.ClusterUpOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getStartDate()
          required string start_date = 1;
 com.google.protobuf.ByteString getStartDateBytes()
          required string start_date = 1;
 boolean hasStartDate()
          required string start_date = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasStartDate

boolean hasStartDate()
required string start_date = 1;
 If this znode is present, cluster is up.  Currently
 the data is cluster start_date.
 


getStartDate

String getStartDate()
required string start_date = 1;
 If this znode is present, cluster is up.  Currently
 the data is cluster start_date.
 


getStartDateBytes

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 © 2015 The Apache Software Foundation. All Rights Reserved.