org.apache.tez.dag.api.records
Class DAGProtos.VertexPlan.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<DAGProtos.VertexPlan.Builder>
              extended by org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DAGProtos.VertexPlanOrBuilder
Enclosing class:
DAGProtos.VertexPlan

public static final class DAGProtos.VertexPlan.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.VertexPlan.Builder>
implements DAGProtos.VertexPlanOrBuilder

Protobuf type VertexPlan


Method Summary
 DAGProtos.VertexPlan.Builder addAllInEdgeId(Iterable<String> values)
          repeated string inEdgeId = 6;
 DAGProtos.VertexPlan.Builder addAllInputs(Iterable<? extends DAGProtos.RootInputLeafOutputProto> values)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder addAllOutEdgeId(Iterable<String> values)
          repeated string outEdgeId = 7;
 DAGProtos.VertexPlan.Builder addAllOutputs(Iterable<? extends DAGProtos.RootInputLeafOutputProto> values)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder addAllTaskLocationHint(Iterable<? extends DAGProtos.PlanTaskLocationHint> values)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan.Builder addInEdgeId(String value)
          repeated string inEdgeId = 6;
 DAGProtos.VertexPlan.Builder addInEdgeIdBytes(com.google.protobuf.ByteString value)
          repeated string inEdgeId = 6;
 DAGProtos.VertexPlan.Builder addInputs(DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder addInputs(DAGProtos.RootInputLeafOutputProto value)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder addInputs(int index, DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder addInputs(int index, DAGProtos.RootInputLeafOutputProto value)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.RootInputLeafOutputProto.Builder addInputsBuilder()
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.RootInputLeafOutputProto.Builder addInputsBuilder(int index)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder addOutEdgeId(String value)
          repeated string outEdgeId = 7;
 DAGProtos.VertexPlan.Builder addOutEdgeIdBytes(com.google.protobuf.ByteString value)
          repeated string outEdgeId = 7;
 DAGProtos.VertexPlan.Builder addOutputs(DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder addOutputs(DAGProtos.RootInputLeafOutputProto value)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder addOutputs(int index, DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder addOutputs(int index, DAGProtos.RootInputLeafOutputProto value)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.RootInputLeafOutputProto.Builder addOutputsBuilder()
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.RootInputLeafOutputProto.Builder addOutputsBuilder(int index)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder addTaskLocationHint(DAGProtos.PlanTaskLocationHint.Builder builderForValue)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan.Builder addTaskLocationHint(DAGProtos.PlanTaskLocationHint value)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan.Builder addTaskLocationHint(int index, DAGProtos.PlanTaskLocationHint.Builder builderForValue)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan.Builder addTaskLocationHint(int index, DAGProtos.PlanTaskLocationHint value)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.PlanTaskLocationHint.Builder addTaskLocationHintBuilder()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.PlanTaskLocationHint.Builder addTaskLocationHintBuilder(int index)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan build()
           
 DAGProtos.VertexPlan buildPartial()
           
 DAGProtos.VertexPlan.Builder clear()
           
 DAGProtos.VertexPlan.Builder clearInEdgeId()
          repeated string inEdgeId = 6;
 DAGProtos.VertexPlan.Builder clearInputs()
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder clearName()
          required string name = 1;
 DAGProtos.VertexPlan.Builder clearOutEdgeId()
          repeated string outEdgeId = 7;
 DAGProtos.VertexPlan.Builder clearOutputs()
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder clearProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.VertexPlan.Builder clearTaskConfig()
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.VertexPlan.Builder clearTaskLocationHint()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan.Builder clearType()
          required .PlanVertexType type = 2;
 DAGProtos.VertexPlan.Builder clearVertexManagerPlugin()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 DAGProtos.VertexPlan.Builder clone()
           
 DAGProtos.VertexPlan getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getInEdgeId(int index)
          repeated string inEdgeId = 6;
 com.google.protobuf.ByteString getInEdgeIdBytes(int index)
          repeated string inEdgeId = 6;
 int getInEdgeIdCount()
          repeated string inEdgeId = 6;
 List<String> getInEdgeIdList()
          repeated string inEdgeId = 6;
 DAGProtos.RootInputLeafOutputProto getInputs(int index)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.RootInputLeafOutputProto.Builder getInputsBuilder(int index)
          repeated .RootInputLeafOutputProto inputs = 8;
 List<DAGProtos.RootInputLeafOutputProto.Builder> getInputsBuilderList()
          repeated .RootInputLeafOutputProto inputs = 8;
 int getInputsCount()
          repeated .RootInputLeafOutputProto inputs = 8;
 List<DAGProtos.RootInputLeafOutputProto> getInputsList()
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
          repeated .RootInputLeafOutputProto inputs = 8;
 List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
          repeated .RootInputLeafOutputProto inputs = 8;
 String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 String getOutEdgeId(int index)
          repeated string outEdgeId = 7;
 com.google.protobuf.ByteString getOutEdgeIdBytes(int index)
          repeated string outEdgeId = 7;
 int getOutEdgeIdCount()
          repeated string outEdgeId = 7;
 List<String> getOutEdgeIdList()
          repeated string outEdgeId = 7;
 DAGProtos.RootInputLeafOutputProto getOutputs(int index)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.RootInputLeafOutputProto.Builder getOutputsBuilder(int index)
          repeated .RootInputLeafOutputProto outputs = 9;
 List<DAGProtos.RootInputLeafOutputProto.Builder> getOutputsBuilderList()
          repeated .RootInputLeafOutputProto outputs = 9;
 int getOutputsCount()
          repeated .RootInputLeafOutputProto outputs = 9;
 List<DAGProtos.RootInputLeafOutputProto> getOutputsList()
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.RootInputLeafOutputProtoOrBuilder getOutputsOrBuilder(int index)
          repeated .RootInputLeafOutputProto outputs = 9;
 List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getOutputsOrBuilderList()
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.TezEntityDescriptorProto getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.TezEntityDescriptorProto.Builder getProcessorDescriptorBuilder()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.TezEntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.PlanTaskConfiguration getTaskConfig()
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.PlanTaskConfiguration.Builder getTaskConfigBuilder()
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.PlanTaskConfigurationOrBuilder getTaskConfigOrBuilder()
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.PlanTaskLocationHint getTaskLocationHint(int index)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.PlanTaskLocationHint.Builder getTaskLocationHintBuilder(int index)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 List<DAGProtos.PlanTaskLocationHint.Builder> getTaskLocationHintBuilderList()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 int getTaskLocationHintCount()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 List<DAGProtos.PlanTaskLocationHint> getTaskLocationHintList()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.PlanTaskLocationHintOrBuilder getTaskLocationHintOrBuilder(int index)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 List<? extends DAGProtos.PlanTaskLocationHintOrBuilder> getTaskLocationHintOrBuilderList()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.PlanVertexType getType()
          required .PlanVertexType type = 2;
 DAGProtos.TezEntityDescriptorProto getVertexManagerPlugin()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 DAGProtos.TezEntityDescriptorProto.Builder getVertexManagerPluginBuilder()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 DAGProtos.TezEntityDescriptorProtoOrBuilder getVertexManagerPluginOrBuilder()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 boolean hasName()
          required string name = 1;
 boolean hasProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 boolean hasTaskConfig()
          required .PlanTaskConfiguration taskConfig = 4;
 boolean hasType()
          required .PlanVertexType type = 2;
 boolean hasVertexManagerPlugin()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGProtos.VertexPlan.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.VertexPlan.Builder mergeFrom(DAGProtos.VertexPlan other)
           
 DAGProtos.VertexPlan.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.VertexPlan.Builder mergeProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.VertexPlan.Builder mergeTaskConfig(DAGProtos.PlanTaskConfiguration value)
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.VertexPlan.Builder mergeVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 DAGProtos.VertexPlan.Builder removeInputs(int index)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder removeOutputs(int index)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder removeTaskLocationHint(int index)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan.Builder setInEdgeId(int index, String value)
          repeated string inEdgeId = 6;
 DAGProtos.VertexPlan.Builder setInputs(int index, DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder setInputs(int index, DAGProtos.RootInputLeafOutputProto value)
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.VertexPlan.Builder setName(String value)
          required string name = 1;
 DAGProtos.VertexPlan.Builder setNameBytes(com.google.protobuf.ByteString value)
          required string name = 1;
 DAGProtos.VertexPlan.Builder setOutEdgeId(int index, String value)
          repeated string outEdgeId = 7;
 DAGProtos.VertexPlan.Builder setOutputs(int index, DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder setOutputs(int index, DAGProtos.RootInputLeafOutputProto value)
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.VertexPlan.Builder setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.VertexPlan.Builder setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.VertexPlan.Builder setTaskConfig(DAGProtos.PlanTaskConfiguration.Builder builderForValue)
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.VertexPlan.Builder setTaskConfig(DAGProtos.PlanTaskConfiguration value)
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.VertexPlan.Builder setTaskLocationHint(int index, DAGProtos.PlanTaskLocationHint.Builder builderForValue)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan.Builder setTaskLocationHint(int index, DAGProtos.PlanTaskLocationHint value)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.VertexPlan.Builder setType(DAGProtos.PlanVertexType value)
          required .PlanVertexType type = 2;
 DAGProtos.VertexPlan.Builder setVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 DAGProtos.VertexPlan.Builder setVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 
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<DAGProtos.VertexPlan.Builder>

clear

public DAGProtos.VertexPlan.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<DAGProtos.VertexPlan.Builder>

clone

public DAGProtos.VertexPlan.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<DAGProtos.VertexPlan.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<DAGProtos.VertexPlan.Builder>

getDefaultInstanceForType

public DAGProtos.VertexPlan getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public DAGProtos.VertexPlan.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<DAGProtos.VertexPlan.Builder>

mergeFrom

public DAGProtos.VertexPlan.Builder mergeFrom(DAGProtos.VertexPlan other)

isInitialized

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

mergeFrom

public DAGProtos.VertexPlan.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<DAGProtos.VertexPlan.Builder>
Throws:
IOException

hasName

public boolean hasName()
required string name = 1;

Specified by:
hasName in interface DAGProtos.VertexPlanOrBuilder

getName

public String getName()
required string name = 1;

Specified by:
getName in interface DAGProtos.VertexPlanOrBuilder

getNameBytes

public com.google.protobuf.ByteString getNameBytes()
required string name = 1;

Specified by:
getNameBytes in interface DAGProtos.VertexPlanOrBuilder

setName

public DAGProtos.VertexPlan.Builder setName(String value)
required string name = 1;


clearName

public DAGProtos.VertexPlan.Builder clearName()
required string name = 1;


setNameBytes

public DAGProtos.VertexPlan.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;


hasType

public boolean hasType()
required .PlanVertexType type = 2;

Specified by:
hasType in interface DAGProtos.VertexPlanOrBuilder

getType

public DAGProtos.PlanVertexType getType()
required .PlanVertexType type = 2;

Specified by:
getType in interface DAGProtos.VertexPlanOrBuilder

setType

public DAGProtos.VertexPlan.Builder setType(DAGProtos.PlanVertexType value)
required .PlanVertexType type = 2;


clearType

public DAGProtos.VertexPlan.Builder clearType()
required .PlanVertexType type = 2;


hasProcessorDescriptor

public boolean hasProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 3;

Specified by:
hasProcessorDescriptor in interface DAGProtos.VertexPlanOrBuilder

getProcessorDescriptor

public DAGProtos.TezEntityDescriptorProto getProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 3;

Specified by:
getProcessorDescriptor in interface DAGProtos.VertexPlanOrBuilder

setProcessorDescriptor

public DAGProtos.VertexPlan.Builder setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto processor_descriptor = 3;


setProcessorDescriptor

public DAGProtos.VertexPlan.Builder setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
optional .TezEntityDescriptorProto processor_descriptor = 3;


mergeProcessorDescriptor

public DAGProtos.VertexPlan.Builder mergeProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto processor_descriptor = 3;


clearProcessorDescriptor

public DAGProtos.VertexPlan.Builder clearProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 3;


getProcessorDescriptorBuilder

public DAGProtos.TezEntityDescriptorProto.Builder getProcessorDescriptorBuilder()
optional .TezEntityDescriptorProto processor_descriptor = 3;


getProcessorDescriptorOrBuilder

public DAGProtos.TezEntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
optional .TezEntityDescriptorProto processor_descriptor = 3;

Specified by:
getProcessorDescriptorOrBuilder in interface DAGProtos.VertexPlanOrBuilder

hasTaskConfig

public boolean hasTaskConfig()
required .PlanTaskConfiguration taskConfig = 4;

Specified by:
hasTaskConfig in interface DAGProtos.VertexPlanOrBuilder

getTaskConfig

public DAGProtos.PlanTaskConfiguration getTaskConfig()
required .PlanTaskConfiguration taskConfig = 4;

Specified by:
getTaskConfig in interface DAGProtos.VertexPlanOrBuilder

setTaskConfig

public DAGProtos.VertexPlan.Builder setTaskConfig(DAGProtos.PlanTaskConfiguration value)
required .PlanTaskConfiguration taskConfig = 4;


setTaskConfig

public DAGProtos.VertexPlan.Builder setTaskConfig(DAGProtos.PlanTaskConfiguration.Builder builderForValue)
required .PlanTaskConfiguration taskConfig = 4;


mergeTaskConfig

public DAGProtos.VertexPlan.Builder mergeTaskConfig(DAGProtos.PlanTaskConfiguration value)
required .PlanTaskConfiguration taskConfig = 4;


clearTaskConfig

public DAGProtos.VertexPlan.Builder clearTaskConfig()
required .PlanTaskConfiguration taskConfig = 4;


getTaskConfigBuilder

public DAGProtos.PlanTaskConfiguration.Builder getTaskConfigBuilder()
required .PlanTaskConfiguration taskConfig = 4;


getTaskConfigOrBuilder

public DAGProtos.PlanTaskConfigurationOrBuilder getTaskConfigOrBuilder()
required .PlanTaskConfiguration taskConfig = 4;

Specified by:
getTaskConfigOrBuilder in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHintList

public List<DAGProtos.PlanTaskLocationHint> getTaskLocationHintList()
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHintList in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHintCount

public int getTaskLocationHintCount()
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHintCount in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHint

public DAGProtos.PlanTaskLocationHint getTaskLocationHint(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHint in interface DAGProtos.VertexPlanOrBuilder

setTaskLocationHint

public DAGProtos.VertexPlan.Builder setTaskLocationHint(int index,
                                                        DAGProtos.PlanTaskLocationHint value)
repeated .PlanTaskLocationHint taskLocationHint = 5;


setTaskLocationHint

public DAGProtos.VertexPlan.Builder setTaskLocationHint(int index,
                                                        DAGProtos.PlanTaskLocationHint.Builder builderForValue)
repeated .PlanTaskLocationHint taskLocationHint = 5;


addTaskLocationHint

public DAGProtos.VertexPlan.Builder addTaskLocationHint(DAGProtos.PlanTaskLocationHint value)
repeated .PlanTaskLocationHint taskLocationHint = 5;


addTaskLocationHint

public DAGProtos.VertexPlan.Builder addTaskLocationHint(int index,
                                                        DAGProtos.PlanTaskLocationHint value)
repeated .PlanTaskLocationHint taskLocationHint = 5;


addTaskLocationHint

public DAGProtos.VertexPlan.Builder addTaskLocationHint(DAGProtos.PlanTaskLocationHint.Builder builderForValue)
repeated .PlanTaskLocationHint taskLocationHint = 5;


addTaskLocationHint

public DAGProtos.VertexPlan.Builder addTaskLocationHint(int index,
                                                        DAGProtos.PlanTaskLocationHint.Builder builderForValue)
repeated .PlanTaskLocationHint taskLocationHint = 5;


addAllTaskLocationHint

public DAGProtos.VertexPlan.Builder addAllTaskLocationHint(Iterable<? extends DAGProtos.PlanTaskLocationHint> values)
repeated .PlanTaskLocationHint taskLocationHint = 5;


clearTaskLocationHint

public DAGProtos.VertexPlan.Builder clearTaskLocationHint()
repeated .PlanTaskLocationHint taskLocationHint = 5;


removeTaskLocationHint

public DAGProtos.VertexPlan.Builder removeTaskLocationHint(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;


getTaskLocationHintBuilder

public DAGProtos.PlanTaskLocationHint.Builder getTaskLocationHintBuilder(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;


getTaskLocationHintOrBuilder

public DAGProtos.PlanTaskLocationHintOrBuilder getTaskLocationHintOrBuilder(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHintOrBuilder in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHintOrBuilderList

public List<? extends DAGProtos.PlanTaskLocationHintOrBuilder> getTaskLocationHintOrBuilderList()
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHintOrBuilderList in interface DAGProtos.VertexPlanOrBuilder

addTaskLocationHintBuilder

public DAGProtos.PlanTaskLocationHint.Builder addTaskLocationHintBuilder()
repeated .PlanTaskLocationHint taskLocationHint = 5;


addTaskLocationHintBuilder

public DAGProtos.PlanTaskLocationHint.Builder addTaskLocationHintBuilder(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;


getTaskLocationHintBuilderList

public List<DAGProtos.PlanTaskLocationHint.Builder> getTaskLocationHintBuilderList()
repeated .PlanTaskLocationHint taskLocationHint = 5;


getInEdgeIdList

public List<String> getInEdgeIdList()
repeated string inEdgeId = 6;

Specified by:
getInEdgeIdList in interface DAGProtos.VertexPlanOrBuilder

getInEdgeIdCount

public int getInEdgeIdCount()
repeated string inEdgeId = 6;

Specified by:
getInEdgeIdCount in interface DAGProtos.VertexPlanOrBuilder

getInEdgeId

public String getInEdgeId(int index)
repeated string inEdgeId = 6;

Specified by:
getInEdgeId in interface DAGProtos.VertexPlanOrBuilder

getInEdgeIdBytes

public com.google.protobuf.ByteString getInEdgeIdBytes(int index)
repeated string inEdgeId = 6;

Specified by:
getInEdgeIdBytes in interface DAGProtos.VertexPlanOrBuilder

setInEdgeId

public DAGProtos.VertexPlan.Builder setInEdgeId(int index,
                                                String value)
repeated string inEdgeId = 6;


addInEdgeId

public DAGProtos.VertexPlan.Builder addInEdgeId(String value)
repeated string inEdgeId = 6;


addAllInEdgeId

public DAGProtos.VertexPlan.Builder addAllInEdgeId(Iterable<String> values)
repeated string inEdgeId = 6;


clearInEdgeId

public DAGProtos.VertexPlan.Builder clearInEdgeId()
repeated string inEdgeId = 6;


addInEdgeIdBytes

public DAGProtos.VertexPlan.Builder addInEdgeIdBytes(com.google.protobuf.ByteString value)
repeated string inEdgeId = 6;


getOutEdgeIdList

public List<String> getOutEdgeIdList()
repeated string outEdgeId = 7;

Specified by:
getOutEdgeIdList in interface DAGProtos.VertexPlanOrBuilder

getOutEdgeIdCount

public int getOutEdgeIdCount()
repeated string outEdgeId = 7;

Specified by:
getOutEdgeIdCount in interface DAGProtos.VertexPlanOrBuilder

getOutEdgeId

public String getOutEdgeId(int index)
repeated string outEdgeId = 7;

Specified by:
getOutEdgeId in interface DAGProtos.VertexPlanOrBuilder

getOutEdgeIdBytes

public com.google.protobuf.ByteString getOutEdgeIdBytes(int index)
repeated string outEdgeId = 7;

Specified by:
getOutEdgeIdBytes in interface DAGProtos.VertexPlanOrBuilder

setOutEdgeId

public DAGProtos.VertexPlan.Builder setOutEdgeId(int index,
                                                 String value)
repeated string outEdgeId = 7;


addOutEdgeId

public DAGProtos.VertexPlan.Builder addOutEdgeId(String value)
repeated string outEdgeId = 7;


addAllOutEdgeId

public DAGProtos.VertexPlan.Builder addAllOutEdgeId(Iterable<String> values)
repeated string outEdgeId = 7;


clearOutEdgeId

public DAGProtos.VertexPlan.Builder clearOutEdgeId()
repeated string outEdgeId = 7;


addOutEdgeIdBytes

public DAGProtos.VertexPlan.Builder addOutEdgeIdBytes(com.google.protobuf.ByteString value)
repeated string outEdgeId = 7;


getInputsList

public List<DAGProtos.RootInputLeafOutputProto> getInputsList()
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputsList in interface DAGProtos.VertexPlanOrBuilder

getInputsCount

public int getInputsCount()
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputsCount in interface DAGProtos.VertexPlanOrBuilder

getInputs

public DAGProtos.RootInputLeafOutputProto getInputs(int index)
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputs in interface DAGProtos.VertexPlanOrBuilder

setInputs

public DAGProtos.VertexPlan.Builder setInputs(int index,
                                              DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 8;


setInputs

public DAGProtos.VertexPlan.Builder setInputs(int index,
                                              DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 8;


addInputs

public DAGProtos.VertexPlan.Builder addInputs(DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 8;


addInputs

public DAGProtos.VertexPlan.Builder addInputs(int index,
                                              DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 8;


addInputs

public DAGProtos.VertexPlan.Builder addInputs(DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 8;


addInputs

public DAGProtos.VertexPlan.Builder addInputs(int index,
                                              DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 8;


addAllInputs

public DAGProtos.VertexPlan.Builder addAllInputs(Iterable<? extends DAGProtos.RootInputLeafOutputProto> values)
repeated .RootInputLeafOutputProto inputs = 8;


clearInputs

public DAGProtos.VertexPlan.Builder clearInputs()
repeated .RootInputLeafOutputProto inputs = 8;


removeInputs

public DAGProtos.VertexPlan.Builder removeInputs(int index)
repeated .RootInputLeafOutputProto inputs = 8;


getInputsBuilder

public DAGProtos.RootInputLeafOutputProto.Builder getInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 8;


getInputsOrBuilder

public DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputsOrBuilder in interface DAGProtos.VertexPlanOrBuilder

getInputsOrBuilderList

public List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputsOrBuilderList in interface DAGProtos.VertexPlanOrBuilder

addInputsBuilder

public DAGProtos.RootInputLeafOutputProto.Builder addInputsBuilder()
repeated .RootInputLeafOutputProto inputs = 8;


addInputsBuilder

public DAGProtos.RootInputLeafOutputProto.Builder addInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 8;


getInputsBuilderList

public List<DAGProtos.RootInputLeafOutputProto.Builder> getInputsBuilderList()
repeated .RootInputLeafOutputProto inputs = 8;


getOutputsList

public List<DAGProtos.RootInputLeafOutputProto> getOutputsList()
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputsList in interface DAGProtos.VertexPlanOrBuilder

getOutputsCount

public int getOutputsCount()
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputsCount in interface DAGProtos.VertexPlanOrBuilder

getOutputs

public DAGProtos.RootInputLeafOutputProto getOutputs(int index)
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputs in interface DAGProtos.VertexPlanOrBuilder

setOutputs

public DAGProtos.VertexPlan.Builder setOutputs(int index,
                                               DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto outputs = 9;


setOutputs

public DAGProtos.VertexPlan.Builder setOutputs(int index,
                                               DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto outputs = 9;


addOutputs

public DAGProtos.VertexPlan.Builder addOutputs(DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto outputs = 9;


addOutputs

public DAGProtos.VertexPlan.Builder addOutputs(int index,
                                               DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto outputs = 9;


addOutputs

public DAGProtos.VertexPlan.Builder addOutputs(DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto outputs = 9;


addOutputs

public DAGProtos.VertexPlan.Builder addOutputs(int index,
                                               DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto outputs = 9;


addAllOutputs

public DAGProtos.VertexPlan.Builder addAllOutputs(Iterable<? extends DAGProtos.RootInputLeafOutputProto> values)
repeated .RootInputLeafOutputProto outputs = 9;


clearOutputs

public DAGProtos.VertexPlan.Builder clearOutputs()
repeated .RootInputLeafOutputProto outputs = 9;


removeOutputs

public DAGProtos.VertexPlan.Builder removeOutputs(int index)
repeated .RootInputLeafOutputProto outputs = 9;


getOutputsBuilder

public DAGProtos.RootInputLeafOutputProto.Builder getOutputsBuilder(int index)
repeated .RootInputLeafOutputProto outputs = 9;


getOutputsOrBuilder

public DAGProtos.RootInputLeafOutputProtoOrBuilder getOutputsOrBuilder(int index)
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputsOrBuilder in interface DAGProtos.VertexPlanOrBuilder

getOutputsOrBuilderList

public List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getOutputsOrBuilderList()
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputsOrBuilderList in interface DAGProtos.VertexPlanOrBuilder

addOutputsBuilder

public DAGProtos.RootInputLeafOutputProto.Builder addOutputsBuilder()
repeated .RootInputLeafOutputProto outputs = 9;


addOutputsBuilder

public DAGProtos.RootInputLeafOutputProto.Builder addOutputsBuilder(int index)
repeated .RootInputLeafOutputProto outputs = 9;


getOutputsBuilderList

public List<DAGProtos.RootInputLeafOutputProto.Builder> getOutputsBuilderList()
repeated .RootInputLeafOutputProto outputs = 9;


hasVertexManagerPlugin

public boolean hasVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;

Specified by:
hasVertexManagerPlugin in interface DAGProtos.VertexPlanOrBuilder

getVertexManagerPlugin

public DAGProtos.TezEntityDescriptorProto getVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;

Specified by:
getVertexManagerPlugin in interface DAGProtos.VertexPlanOrBuilder

setVertexManagerPlugin

public DAGProtos.VertexPlan.Builder setVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;


setVertexManagerPlugin

public DAGProtos.VertexPlan.Builder setVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;


mergeVertexManagerPlugin

public DAGProtos.VertexPlan.Builder mergeVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;


clearVertexManagerPlugin

public DAGProtos.VertexPlan.Builder clearVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;


getVertexManagerPluginBuilder

public DAGProtos.TezEntityDescriptorProto.Builder getVertexManagerPluginBuilder()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;


getVertexManagerPluginOrBuilder

public DAGProtos.TezEntityDescriptorProtoOrBuilder getVertexManagerPluginOrBuilder()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;

Specified by:
getVertexManagerPluginOrBuilder in interface DAGProtos.VertexPlanOrBuilder


Copyright © 2014 Apache Software Foundation. All rights reserved.