org.apache.tez.dag.api.client.rpc
Class DAGClientAMProtocolRPC.SubmitDAGRequestProto.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<DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder>
              extended by org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
Enclosing class:
DAGClientAMProtocolRPC.SubmitDAGRequestProto

public static final class DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder>
implements DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder

Protobuf type SubmitDAGRequestProto


Method Summary
 DAGClientAMProtocolRPC.SubmitDAGRequestProto build()
           
 DAGClientAMProtocolRPC.SubmitDAGRequestProto buildPartial()
           
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder clear()
           
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder clearAdditionalAmResources()
          optional .PlanLocalResourcesProto additional_am_resources = 2;
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder clearDAGPlan()
          optional .DAGPlan d_a_g_plan = 1;
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder clone()
           
 DAGProtos.PlanLocalResourcesProto getAdditionalAmResources()
          optional .PlanLocalResourcesProto additional_am_resources = 2;
 DAGProtos.PlanLocalResourcesProto.Builder getAdditionalAmResourcesBuilder()
          optional .PlanLocalResourcesProto additional_am_resources = 2;
 DAGProtos.PlanLocalResourcesProtoOrBuilder getAdditionalAmResourcesOrBuilder()
          optional .PlanLocalResourcesProto additional_am_resources = 2;
 DAGProtos.DAGPlan getDAGPlan()
          optional .DAGPlan d_a_g_plan = 1;
 DAGProtos.DAGPlan.Builder getDAGPlanBuilder()
          optional .DAGPlan d_a_g_plan = 1;
 DAGProtos.DAGPlanOrBuilder getDAGPlanOrBuilder()
          optional .DAGPlan d_a_g_plan = 1;
 DAGClientAMProtocolRPC.SubmitDAGRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean hasAdditionalAmResources()
          optional .PlanLocalResourcesProto additional_am_resources = 2;
 boolean hasDAGPlan()
          optional .DAGPlan d_a_g_plan = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder mergeAdditionalAmResources(DAGProtos.PlanLocalResourcesProto value)
          optional .PlanLocalResourcesProto additional_am_resources = 2;
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder mergeDAGPlan(DAGProtos.DAGPlan value)
          optional .DAGPlan d_a_g_plan = 1;
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder mergeFrom(DAGClientAMProtocolRPC.SubmitDAGRequestProto other)
           
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder setAdditionalAmResources(DAGProtos.PlanLocalResourcesProto.Builder builderForValue)
          optional .PlanLocalResourcesProto additional_am_resources = 2;
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder setAdditionalAmResources(DAGProtos.PlanLocalResourcesProto value)
          optional .PlanLocalResourcesProto additional_am_resources = 2;
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder setDAGPlan(DAGProtos.DAGPlan.Builder builderForValue)
          optional .DAGPlan d_a_g_plan = 1;
 DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder setDAGPlan(DAGProtos.DAGPlan value)
          optional .DAGPlan d_a_g_plan = 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<DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder>

clear

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.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<DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder>

clone

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.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<DAGClientAMProtocolRPC.SubmitDAGRequestProto.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<DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder>

getDefaultInstanceForType

public DAGClientAMProtocolRPC.SubmitDAGRequestProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.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<DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder>

mergeFrom

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder mergeFrom(DAGClientAMProtocolRPC.SubmitDAGRequestProto other)

isInitialized

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

mergeFrom

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.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<DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder>
Throws:
IOException

hasDAGPlan

public boolean hasDAGPlan()
optional .DAGPlan d_a_g_plan = 1;

Specified by:
hasDAGPlan in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder

getDAGPlan

public DAGProtos.DAGPlan getDAGPlan()
optional .DAGPlan d_a_g_plan = 1;

Specified by:
getDAGPlan in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder

setDAGPlan

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder setDAGPlan(DAGProtos.DAGPlan value)
optional .DAGPlan d_a_g_plan = 1;


setDAGPlan

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder setDAGPlan(DAGProtos.DAGPlan.Builder builderForValue)
optional .DAGPlan d_a_g_plan = 1;


mergeDAGPlan

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder mergeDAGPlan(DAGProtos.DAGPlan value)
optional .DAGPlan d_a_g_plan = 1;


clearDAGPlan

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder clearDAGPlan()
optional .DAGPlan d_a_g_plan = 1;


getDAGPlanBuilder

public DAGProtos.DAGPlan.Builder getDAGPlanBuilder()
optional .DAGPlan d_a_g_plan = 1;


getDAGPlanOrBuilder

public DAGProtos.DAGPlanOrBuilder getDAGPlanOrBuilder()
optional .DAGPlan d_a_g_plan = 1;

Specified by:
getDAGPlanOrBuilder in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder

hasAdditionalAmResources

public boolean hasAdditionalAmResources()
optional .PlanLocalResourcesProto additional_am_resources = 2;

Specified by:
hasAdditionalAmResources in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder

getAdditionalAmResources

public DAGProtos.PlanLocalResourcesProto getAdditionalAmResources()
optional .PlanLocalResourcesProto additional_am_resources = 2;

Specified by:
getAdditionalAmResources in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder

setAdditionalAmResources

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder setAdditionalAmResources(DAGProtos.PlanLocalResourcesProto value)
optional .PlanLocalResourcesProto additional_am_resources = 2;


setAdditionalAmResources

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder setAdditionalAmResources(DAGProtos.PlanLocalResourcesProto.Builder builderForValue)
optional .PlanLocalResourcesProto additional_am_resources = 2;


mergeAdditionalAmResources

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder mergeAdditionalAmResources(DAGProtos.PlanLocalResourcesProto value)
optional .PlanLocalResourcesProto additional_am_resources = 2;


clearAdditionalAmResources

public DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder clearAdditionalAmResources()
optional .PlanLocalResourcesProto additional_am_resources = 2;


getAdditionalAmResourcesBuilder

public DAGProtos.PlanLocalResourcesProto.Builder getAdditionalAmResourcesBuilder()
optional .PlanLocalResourcesProto additional_am_resources = 2;


getAdditionalAmResourcesOrBuilder

public DAGProtos.PlanLocalResourcesProtoOrBuilder getAdditionalAmResourcesOrBuilder()
optional .PlanLocalResourcesProto additional_am_resources = 2;

Specified by:
getAdditionalAmResourcesOrBuilder in interface DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All rights reserved.