org.apache.hadoop.yarn.proto
Class YarnServiceProtos.SubmitApplicationRequestProto.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<YarnServiceProtos.SubmitApplicationRequestProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnServiceProtos.SubmitApplicationRequestProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnServiceProtos.SubmitApplicationRequestProtoOrBuilder
Enclosing class:
YarnServiceProtos.SubmitApplicationRequestProto

public static final class YarnServiceProtos.SubmitApplicationRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.SubmitApplicationRequestProto.Builder>
implements YarnServiceProtos.SubmitApplicationRequestProtoOrBuilder


Method Summary
 YarnServiceProtos.SubmitApplicationRequestProto build()
           
 YarnServiceProtos.SubmitApplicationRequestProto buildPartial()
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder clear()
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder clearApplicationSubmissionContext()
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder clone()
           
 YarnProtos.ApplicationSubmissionContextProto getApplicationSubmissionContext()
           
 YarnProtos.ApplicationSubmissionContextProto.Builder getApplicationSubmissionContextBuilder()
           
 YarnProtos.ApplicationSubmissionContextProtoOrBuilder getApplicationSubmissionContextOrBuilder()
           
 YarnServiceProtos.SubmitApplicationRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean hasApplicationSubmissionContext()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder mergeApplicationSubmissionContext(YarnProtos.ApplicationSubmissionContextProto value)
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder mergeFrom(YarnServiceProtos.SubmitApplicationRequestProto other)
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder setApplicationSubmissionContext(YarnProtos.ApplicationSubmissionContextProto.Builder builderForValue)
           
 YarnServiceProtos.SubmitApplicationRequestProto.Builder setApplicationSubmissionContext(YarnProtos.ApplicationSubmissionContextProto value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
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
getAllFields, getField, 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<YarnServiceProtos.SubmitApplicationRequestProto.Builder>

clear

public YarnServiceProtos.SubmitApplicationRequestProto.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<YarnServiceProtos.SubmitApplicationRequestProto.Builder>

clone

public YarnServiceProtos.SubmitApplicationRequestProto.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<YarnServiceProtos.SubmitApplicationRequestProto.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<YarnServiceProtos.SubmitApplicationRequestProto.Builder>

getDefaultInstanceForType

public YarnServiceProtos.SubmitApplicationRequestProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public YarnServiceProtos.SubmitApplicationRequestProto.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<YarnServiceProtos.SubmitApplicationRequestProto.Builder>

mergeFrom

public YarnServiceProtos.SubmitApplicationRequestProto.Builder mergeFrom(YarnServiceProtos.SubmitApplicationRequestProto other)

isInitialized

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

mergeFrom

public YarnServiceProtos.SubmitApplicationRequestProto.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<YarnServiceProtos.SubmitApplicationRequestProto.Builder>
Throws:
IOException

hasApplicationSubmissionContext

public boolean hasApplicationSubmissionContext()
Specified by:
hasApplicationSubmissionContext in interface YarnServiceProtos.SubmitApplicationRequestProtoOrBuilder

getApplicationSubmissionContext

public YarnProtos.ApplicationSubmissionContextProto getApplicationSubmissionContext()
Specified by:
getApplicationSubmissionContext in interface YarnServiceProtos.SubmitApplicationRequestProtoOrBuilder

setApplicationSubmissionContext

public YarnServiceProtos.SubmitApplicationRequestProto.Builder setApplicationSubmissionContext(YarnProtos.ApplicationSubmissionContextProto value)

setApplicationSubmissionContext

public YarnServiceProtos.SubmitApplicationRequestProto.Builder setApplicationSubmissionContext(YarnProtos.ApplicationSubmissionContextProto.Builder builderForValue)

mergeApplicationSubmissionContext

public YarnServiceProtos.SubmitApplicationRequestProto.Builder mergeApplicationSubmissionContext(YarnProtos.ApplicationSubmissionContextProto value)

clearApplicationSubmissionContext

public YarnServiceProtos.SubmitApplicationRequestProto.Builder clearApplicationSubmissionContext()

getApplicationSubmissionContextBuilder

public YarnProtos.ApplicationSubmissionContextProto.Builder getApplicationSubmissionContextBuilder()

getApplicationSubmissionContextOrBuilder

public YarnProtos.ApplicationSubmissionContextProtoOrBuilder getApplicationSubmissionContextOrBuilder()
Specified by:
getApplicationSubmissionContextOrBuilder in interface YarnServiceProtos.SubmitApplicationRequestProtoOrBuilder


Copyright © 2012 Apache Software Foundation. All Rights Reserved.