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


Method Summary
 com.google.protobuf.ByteString getCredentialsBinary()
          optional bytes credentials_binary = 5;
 DAGProtos.ConfigurationProto getDagKeyValues()
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.ConfigurationProtoOrBuilder getDagKeyValuesOrBuilder()
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.EdgePlan getEdge(int index)
          repeated .EdgePlan edge = 3;
 int getEdgeCount()
          repeated .EdgePlan edge = 3;
 List<DAGProtos.EdgePlan> getEdgeList()
          repeated .EdgePlan edge = 3;
 DAGProtos.EdgePlanOrBuilder getEdgeOrBuilder(int index)
          repeated .EdgePlan edge = 3;
 List<? extends DAGProtos.EdgePlanOrBuilder> getEdgeOrBuilderList()
          repeated .EdgePlan edge = 3;
 String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 DAGProtos.VertexPlan getVertex(int index)
          repeated .VertexPlan vertex = 2;
 int getVertexCount()
          repeated .VertexPlan vertex = 2;
 DAGProtos.PlanVertexGroupInfo getVertexGroups(int index)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 int getVertexGroupsCount()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 List<DAGProtos.PlanVertexGroupInfo> getVertexGroupsList()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.PlanVertexGroupInfoOrBuilder getVertexGroupsOrBuilder(int index)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 List<? extends DAGProtos.PlanVertexGroupInfoOrBuilder> getVertexGroupsOrBuilderList()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 List<DAGProtos.VertexPlan> getVertexList()
          repeated .VertexPlan vertex = 2;
 DAGProtos.VertexPlanOrBuilder getVertexOrBuilder(int index)
          repeated .VertexPlan vertex = 2;
 List<? extends DAGProtos.VertexPlanOrBuilder> getVertexOrBuilderList()
          repeated .VertexPlan vertex = 2;
 boolean hasCredentialsBinary()
          optional bytes credentials_binary = 5;
 boolean hasDagKeyValues()
          optional .ConfigurationProto dagKeyValues = 4;
 boolean hasName()
          required string name = 1;
 
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;


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.