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
| 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 |
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.