org.apache.hadoop.ha.proto
Class HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>
              extended by org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder
Enclosing class:
HAServiceProtocolProtos.TransitionToStandbyRequestProto

public static final class HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>
implements HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder

Protobuf type hadoop.common.TransitionToStandbyRequestProto


 void request
 


Method Summary
 HAServiceProtocolProtos.TransitionToStandbyRequestProto build()
           
 HAServiceProtocolProtos.TransitionToStandbyRequestProto buildPartial()
           
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder clear()
           
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder clearReqInfo()
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder clone()
           
 HAServiceProtocolProtos.TransitionToStandbyRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 HAServiceProtocolProtos.HAStateChangeRequestInfoProto getReqInfo()
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder getReqInfoBuilder()
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder getReqInfoOrBuilder()
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 boolean hasReqInfo()
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder mergeFrom(HAServiceProtocolProtos.TransitionToStandbyRequestProto other)
           
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto value)
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder builderForValue)
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto value)
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>

clear

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>

clone

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>

getDefaultInstanceForType

public HAServiceProtocolProtos.TransitionToStandbyRequestProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public HAServiceProtocolProtos.TransitionToStandbyRequestProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public HAServiceProtocolProtos.TransitionToStandbyRequestProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>

mergeFrom

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder mergeFrom(HAServiceProtocolProtos.TransitionToStandbyRequestProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>

mergeFrom

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                          throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder>
Throws:
IOException

hasReqInfo

public boolean hasReqInfo()
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;

Specified by:
hasReqInfo in interface HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder

getReqInfo

public HAServiceProtocolProtos.HAStateChangeRequestInfoProto getReqInfo()
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;

Specified by:
getReqInfo in interface HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder

setReqInfo

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto value)
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;


setReqInfo

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder builderForValue)
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;


mergeReqInfo

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto value)
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;


clearReqInfo

public HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder clearReqInfo()
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;


getReqInfoBuilder

public HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder getReqInfoBuilder()
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;


getReqInfoOrBuilder

public HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder getReqInfoOrBuilder()
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;

Specified by:
getReqInfoOrBuilder in interface HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.