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

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

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

Protobuf type ReplicationState


 Used by replication. Holds whether enabled or disabled
 


Method Summary
 ZooKeeperPB.ReplicationState build()
           
 ZooKeeperPB.ReplicationState buildPartial()
           
 ZooKeeperPB.ReplicationState.Builder clear()
           
 ZooKeeperPB.ReplicationState.Builder clearState()
          required .ReplicationState.State state = 1;
 ZooKeeperPB.ReplicationState.Builder clone()
           
 ZooKeeperPB.ReplicationState getDefaultInstanceForType()
           
 ZooKeeperPB.ReplicationState.State getState()
          required .ReplicationState.State state = 1;
 boolean hasState()
          required .ReplicationState.State state = 1;
 boolean isInitialized()
           
 ZooKeeperPB.ReplicationState.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ZooKeeperPB.ReplicationState.Builder mergeFrom(ZooKeeperPB.ReplicationState other)
           
 ZooKeeperPB.ReplicationState.Builder setState(ZooKeeperPB.ReplicationState.State value)
          required .ReplicationState.State state = 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.ReplicationState.Builder clear()
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ReplicationState,ZooKeeperPB.ReplicationState.Builder>

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

isInitialized

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

mergeFrom

public ZooKeeperPB.ReplicationState.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.ReplicationState.Builder>
Throws:
IOException

hasState

public boolean hasState()
required .ReplicationState.State state = 1;

Specified by:
hasState in interface ZooKeeperPB.ReplicationStateOrBuilder

getState

public ZooKeeperPB.ReplicationState.State getState()
required .ReplicationState.State state = 1;

Specified by:
getState in interface ZooKeeperPB.ReplicationStateOrBuilder

setState

public ZooKeeperPB.ReplicationState.Builder setState(ZooKeeperPB.ReplicationState.State value)
required .ReplicationState.State state = 1;


clearState

public ZooKeeperPB.ReplicationState.Builder clearState()
required .ReplicationState.State state = 1;



Copyright © 2010-2015, The Async HBase Authors