org.hbase.async.generated
Class ZooKeeperPB.ClusterUp.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>
          extended by org.hbase.async.generated.ZooKeeperPB.ClusterUp.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, ZooKeeperPB.ClusterUpOrBuilder
Enclosing class:
ZooKeeperPB.ClusterUp

public static final class ZooKeeperPB.ClusterUp.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>
implements ZooKeeperPB.ClusterUpOrBuilder

Protobuf type ClusterUp


 Content of the '/hbase/running', cluster state, znode.
 


Method Summary
 ZooKeeperPB.ClusterUp build()
           
 ZooKeeperPB.ClusterUp buildPartial()
           
 ZooKeeperPB.ClusterUp.Builder clear()
           
 ZooKeeperPB.ClusterUp.Builder clearStartDate()
          required string start_date = 1;
 ZooKeeperPB.ClusterUp.Builder clone()
           
 ZooKeeperPB.ClusterUp getDefaultInstanceForType()
           
 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 isInitialized()
           
 ZooKeeperPB.ClusterUp.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ZooKeeperPB.ClusterUp.Builder mergeFrom(ZooKeeperPB.ClusterUp other)
           
 ZooKeeperPB.ClusterUp.Builder setStartDate(String value)
          required string start_date = 1;
 ZooKeeperPB.ClusterUp.Builder setStartDateBytes(com.google.protobuf.ByteString value)
          required string start_date = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public ZooKeeperPB.ClusterUp.Builder clear()
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>

clone

public ZooKeeperPB.ClusterUp.Builder clone()
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>

getDefaultInstanceForType

public ZooKeeperPB.ClusterUp getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
getDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>

build

public ZooKeeperPB.ClusterUp build()
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ZooKeeperPB.ClusterUp buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ZooKeeperPB.ClusterUp.Builder mergeFrom(ZooKeeperPB.ClusterUp other)
Specified by:
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

mergeFrom

public ZooKeeperPB.ClusterUp.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ZooKeeperPB.ClusterUp.Builder>
Throws:
IOException

hasStartDate

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

Specified by:
hasStartDate in interface ZooKeeperPB.ClusterUpOrBuilder

getStartDate

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

Specified by:
getStartDate in interface ZooKeeperPB.ClusterUpOrBuilder

getStartDateBytes

public 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.
 

Specified by:
getStartDateBytes in interface ZooKeeperPB.ClusterUpOrBuilder

setStartDate

public ZooKeeperPB.ClusterUp.Builder setStartDate(String value)
required string start_date = 1;
 If this znode is present, cluster is up.  Currently
 the data is cluster start_date.
 


clearStartDate

public ZooKeeperPB.ClusterUp.Builder clearStartDate()
required string start_date = 1;
 If this znode is present, cluster is up.  Currently
 the data is cluster start_date.
 


setStartDateBytes

public ZooKeeperPB.ClusterUp.Builder setStartDateBytes(com.google.protobuf.ByteString value)
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