org.hbase.async.generated
Interface ZooKeeperPB.ClusterUpOrBuilder

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

public static interface ZooKeeperPB.ClusterUpOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


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.MessageLiteOrBuilder
getDefaultInstanceForType, 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 © 2010-2015, The Async HBase Authors