public static interface DAGProtos.DAGPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getCredentialsBinary()
optional bytes credentials_binary = 5; |
String |
getDagInfo()
optional string dag_info = 8; |
com.google.protobuf.ByteString |
getDagInfoBytes()
optional string dag_info = 8; |
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; |
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 |
hasCredentialsBinary()
optional bytes credentials_binary = 5; |
boolean |
hasDagInfo()
optional string dag_info = 8; |
boolean |
hasDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4; |
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 hasDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;DAGProtos.ConfigurationProto getDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;DAGProtos.ConfigurationProtoOrBuilder getDagKeyValuesOrBuilder()
optional .ConfigurationProto dagKeyValues = 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;Copyright © 2014 Apache Software Foundation. All rights reserved.