org.apache.tez.dag.api.records
Interface DAGProtos.DAGPlanOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- DAGProtos.DAGPlan, DAGProtos.DAGPlan.Builder
- Enclosing class:
- DAGProtos
public static interface DAGProtos.DAGPlanOrBuilder
- 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;
getVertexList
List<DAGProtos.VertexPlan> getVertexList()
repeated .VertexPlan vertex = 2;
getVertex
DAGProtos.VertexPlan getVertex(int index)
repeated .VertexPlan vertex = 2;
getVertexCount
int getVertexCount()
repeated .VertexPlan vertex = 2;
getVertexOrBuilderList
List<? extends DAGProtos.VertexPlanOrBuilder> getVertexOrBuilderList()
repeated .VertexPlan vertex = 2;
getVertexOrBuilder
DAGProtos.VertexPlanOrBuilder getVertexOrBuilder(int index)
repeated .VertexPlan vertex = 2;
getEdgeList
List<DAGProtos.EdgePlan> getEdgeList()
repeated .EdgePlan edge = 3;
getEdge
DAGProtos.EdgePlan getEdge(int index)
repeated .EdgePlan edge = 3;
getEdgeCount
int getEdgeCount()
repeated .EdgePlan edge = 3;
getEdgeOrBuilderList
List<? extends DAGProtos.EdgePlanOrBuilder> getEdgeOrBuilderList()
repeated .EdgePlan edge = 3;
getEdgeOrBuilder
DAGProtos.EdgePlanOrBuilder getEdgeOrBuilder(int index)
repeated .EdgePlan edge = 3;
hasDagKeyValues
boolean hasDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;
getDagKeyValues
DAGProtos.ConfigurationProto getDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;
getDagKeyValuesOrBuilder
DAGProtos.ConfigurationProtoOrBuilder getDagKeyValuesOrBuilder()
optional .ConfigurationProto dagKeyValues = 4;
hasCredentialsBinary
boolean hasCredentialsBinary()
optional bytes credentials_binary = 5;
getCredentialsBinary
com.google.protobuf.ByteString getCredentialsBinary()
optional bytes credentials_binary = 5;
getVertexGroupsList
List<DAGProtos.PlanVertexGroupInfo> getVertexGroupsList()
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroups
DAGProtos.PlanVertexGroupInfo getVertexGroups(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsCount
int getVertexGroupsCount()
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsOrBuilderList
List<? extends DAGProtos.PlanVertexGroupInfoOrBuilder> getVertexGroupsOrBuilderList()
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsOrBuilder
DAGProtos.PlanVertexGroupInfoOrBuilder getVertexGroupsOrBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;
Copyright © 2014 Apache Software Foundation. All rights reserved.