org.apache.tez.dag.api.records
Interface DAGProtos.VertexPlanOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DAGProtos.VertexPlan, DAGProtos.VertexPlan.Builder
Enclosing class:
DAGProtos

public static interface DAGProtos.VertexPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 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;
 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.TezEntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.PlanTaskConfiguration getTaskConfig()
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.PlanTaskConfigurationOrBuilder getTaskConfigOrBuilder()
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.PlanTaskLocationHint getTaskLocationHint(int index)
          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.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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()
required string name = 1;


getName

String getName()
required string name = 1;


getNameBytes

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


hasType

boolean hasType()
required .PlanVertexType type = 2;


getType

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


hasProcessorDescriptor

boolean hasProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 3;


getProcessorDescriptor

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


getProcessorDescriptorOrBuilder

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


hasTaskConfig

boolean hasTaskConfig()
required .PlanTaskConfiguration taskConfig = 4;


getTaskConfig

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


getTaskConfigOrBuilder

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


getTaskLocationHintList

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


getTaskLocationHint

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


getTaskLocationHintCount

int getTaskLocationHintCount()
repeated .PlanTaskLocationHint taskLocationHint = 5;


getTaskLocationHintOrBuilderList

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


getTaskLocationHintOrBuilder

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


getInEdgeIdList

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


getInEdgeIdCount

int getInEdgeIdCount()
repeated string inEdgeId = 6;


getInEdgeId

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


getInEdgeIdBytes

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


getOutEdgeIdList

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


getOutEdgeIdCount

int getOutEdgeIdCount()
repeated string outEdgeId = 7;


getOutEdgeId

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


getOutEdgeIdBytes

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


getInputsList

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


getInputs

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


getInputsCount

int getInputsCount()
repeated .RootInputLeafOutputProto inputs = 8;


getInputsOrBuilderList

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


getInputsOrBuilder

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


getOutputsList

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


getOutputs

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


getOutputsCount

int getOutputsCount()
repeated .RootInputLeafOutputProto outputs = 9;


getOutputsOrBuilderList

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


getOutputsOrBuilder

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


hasVertexManagerPlugin

boolean hasVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;


getVertexManagerPlugin

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


getVertexManagerPluginOrBuilder

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



Copyright © 2014 Apache Software Foundation. All rights reserved.