public static interface DAGProtos.DAGPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
DAGProtos.CallerContextProto | 
getCallerContext()
optional .CallerContextProto caller_context = 10; | 
DAGProtos.CallerContextProtoOrBuilder | 
getCallerContextOrBuilder()
optional .CallerContextProto caller_context = 10; | 
com.google.protobuf.ByteString | 
getCredentialsBinary()
optional bytes credentials_binary = 5; | 
DAGProtos.ConfigurationProto | 
getDagConf()
optional .ConfigurationProto dagConf = 4; | 
DAGProtos.ConfigurationProtoOrBuilder | 
getDagConfOrBuilder()
optional .ConfigurationProto dagConf = 4; | 
String | 
getDagInfo()
optional string dag_info = 8; | 
com.google.protobuf.ByteString | 
getDagInfoBytes()
optional string dag_info = 8; | 
DAGProtos.VertexExecutionContextProto | 
getDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9; | 
DAGProtos.VertexExecutionContextProtoOrBuilder | 
getDefaultExecutionContextOrBuilder()
optional .VertexExecutionContextProto default_execution_context = 9; | 
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; | 
DAGProtos.PlanLocalResource | 
getLocalResource(int index)
repeated .PlanLocalResource local_resource = 7; | 
int | 
getLocalResourceCount()
repeated .PlanLocalResource local_resource = 7; | 
List<DAGProtos.PlanLocalResource> | 
getLocalResourceList()
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.PlanLocalResourceOrBuilder | 
getLocalResourceOrBuilder(int index)
repeated .PlanLocalResource local_resource = 7; | 
List<? extends DAGProtos.PlanLocalResourceOrBuilder> | 
getLocalResourceOrBuilderList()
repeated .PlanLocalResource local_resource = 7; | 
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 | 
hasCallerContext()
optional .CallerContextProto caller_context = 10; | 
boolean | 
hasCredentialsBinary()
optional bytes credentials_binary = 5; | 
boolean | 
hasDagConf()
optional .ConfigurationProto dagConf = 4; | 
boolean | 
hasDagInfo()
optional string dag_info = 8; | 
boolean | 
hasDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9; | 
boolean | 
hasName()
required string name = 1; | 
boolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;List<DAGProtos.VertexPlan> getVertexList()
repeated .VertexPlan vertex = 2;DAGProtos.VertexPlan getVertex(int index)
repeated .VertexPlan vertex = 2;int getVertexCount()
repeated .VertexPlan vertex = 2;List<? extends DAGProtos.VertexPlanOrBuilder> getVertexOrBuilderList()
repeated .VertexPlan vertex = 2;DAGProtos.VertexPlanOrBuilder getVertexOrBuilder(int index)
repeated .VertexPlan vertex = 2;List<DAGProtos.EdgePlan> getEdgeList()
repeated .EdgePlan edge = 3;DAGProtos.EdgePlan getEdge(int index)
repeated .EdgePlan edge = 3;int getEdgeCount()
repeated .EdgePlan edge = 3;List<? extends DAGProtos.EdgePlanOrBuilder> getEdgeOrBuilderList()
repeated .EdgePlan edge = 3;DAGProtos.EdgePlanOrBuilder getEdgeOrBuilder(int index)
repeated .EdgePlan edge = 3;boolean hasDagConf()
optional .ConfigurationProto dagConf = 4;DAGProtos.ConfigurationProto getDagConf()
optional .ConfigurationProto dagConf = 4;DAGProtos.ConfigurationProtoOrBuilder getDagConfOrBuilder()
optional .ConfigurationProto dagConf = 4;boolean hasCredentialsBinary()
optional bytes credentials_binary = 5;com.google.protobuf.ByteString getCredentialsBinary()
optional bytes credentials_binary = 5;List<DAGProtos.PlanVertexGroupInfo> getVertexGroupsList()
repeated .PlanVertexGroupInfo vertex_groups = 6;DAGProtos.PlanVertexGroupInfo getVertexGroups(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;int getVertexGroupsCount()
repeated .PlanVertexGroupInfo vertex_groups = 6;List<? extends DAGProtos.PlanVertexGroupInfoOrBuilder> getVertexGroupsOrBuilderList()
repeated .PlanVertexGroupInfo vertex_groups = 6;DAGProtos.PlanVertexGroupInfoOrBuilder getVertexGroupsOrBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;List<DAGProtos.PlanLocalResource> getLocalResourceList()
repeated .PlanLocalResource local_resource = 7;DAGProtos.PlanLocalResource getLocalResource(int index)
repeated .PlanLocalResource local_resource = 7;int getLocalResourceCount()
repeated .PlanLocalResource local_resource = 7;List<? extends DAGProtos.PlanLocalResourceOrBuilder> getLocalResourceOrBuilderList()
repeated .PlanLocalResource local_resource = 7;DAGProtos.PlanLocalResourceOrBuilder getLocalResourceOrBuilder(int index)
repeated .PlanLocalResource local_resource = 7;boolean hasDagInfo()
optional string dag_info = 8;String getDagInfo()
optional string dag_info = 8;com.google.protobuf.ByteString getDagInfoBytes()
optional string dag_info = 8;boolean hasDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9;DAGProtos.VertexExecutionContextProto getDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9;DAGProtos.VertexExecutionContextProtoOrBuilder getDefaultExecutionContextOrBuilder()
optional .VertexExecutionContextProto default_execution_context = 9;boolean hasCallerContext()
optional .CallerContextProto caller_context = 10;DAGProtos.CallerContextProto getCallerContext()
optional .CallerContextProto caller_context = 10;DAGProtos.CallerContextProtoOrBuilder getCallerContextOrBuilder()
optional .CallerContextProto caller_context = 10;Copyright © 2016 Apache Software Foundation. All rights reserved.