public static interface DAGProtos.EdgePlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DAGProtos.PlanEdgeDataMovementType |
getDataMovementType()
required .PlanEdgeDataMovementType dataMovementType = 4; |
DAGProtos.PlanEdgeDataSourceType |
getDataSourceType()
required .PlanEdgeDataSourceType dataSourceType = 5; |
DAGProtos.TezEntityDescriptorProto |
getEdgeDestination()
optional .TezEntityDescriptorProto edge_destination = 8; |
DAGProtos.TezEntityDescriptorProtoOrBuilder |
getEdgeDestinationOrBuilder()
optional .TezEntityDescriptorProto edge_destination = 8; |
DAGProtos.TezEntityDescriptorProto |
getEdgeManager()
optional .TezEntityDescriptorProto edge_manager = 9; |
DAGProtos.TezEntityDescriptorProtoOrBuilder |
getEdgeManagerOrBuilder()
optional .TezEntityDescriptorProto edge_manager = 9; |
DAGProtos.TezEntityDescriptorProto |
getEdgeSource()
optional .TezEntityDescriptorProto edge_source = 7; |
DAGProtos.TezEntityDescriptorProtoOrBuilder |
getEdgeSourceOrBuilder()
optional .TezEntityDescriptorProto edge_source = 7; |
String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
String |
getInputVertexName()
required string inputVertexName = 2; |
com.google.protobuf.ByteString |
getInputVertexNameBytes()
required string inputVertexName = 2; |
String |
getOutputVertexName()
required string outputVertexName = 3; |
com.google.protobuf.ByteString |
getOutputVertexNameBytes()
required string outputVertexName = 3; |
DAGProtos.PlanEdgeSchedulingType |
getSchedulingType()
required .PlanEdgeSchedulingType schedulingType = 6; |
boolean |
hasDataMovementType()
required .PlanEdgeDataMovementType dataMovementType = 4; |
boolean |
hasDataSourceType()
required .PlanEdgeDataSourceType dataSourceType = 5; |
boolean |
hasEdgeDestination()
optional .TezEntityDescriptorProto edge_destination = 8; |
boolean |
hasEdgeManager()
optional .TezEntityDescriptorProto edge_manager = 9; |
boolean |
hasEdgeSource()
optional .TezEntityDescriptorProto edge_source = 7; |
boolean |
hasId()
required string id = 1; |
boolean |
hasInputVertexName()
required string inputVertexName = 2; |
boolean |
hasOutputVertexName()
required string outputVertexName = 3; |
boolean |
hasSchedulingType()
required .PlanEdgeSchedulingType schedulingType = 6; |
boolean hasId()
required string id = 1;String getId()
required string id = 1;com.google.protobuf.ByteString getIdBytes()
required string id = 1;boolean hasInputVertexName()
required string inputVertexName = 2;String getInputVertexName()
required string inputVertexName = 2;com.google.protobuf.ByteString getInputVertexNameBytes()
required string inputVertexName = 2;boolean hasOutputVertexName()
required string outputVertexName = 3;String getOutputVertexName()
required string outputVertexName = 3;com.google.protobuf.ByteString getOutputVertexNameBytes()
required string outputVertexName = 3;boolean hasDataMovementType()
required .PlanEdgeDataMovementType dataMovementType = 4;DAGProtos.PlanEdgeDataMovementType getDataMovementType()
required .PlanEdgeDataMovementType dataMovementType = 4;boolean hasDataSourceType()
required .PlanEdgeDataSourceType dataSourceType = 5;DAGProtos.PlanEdgeDataSourceType getDataSourceType()
required .PlanEdgeDataSourceType dataSourceType = 5;boolean hasSchedulingType()
required .PlanEdgeSchedulingType schedulingType = 6;DAGProtos.PlanEdgeSchedulingType getSchedulingType()
required .PlanEdgeSchedulingType schedulingType = 6;boolean hasEdgeSource()
optional .TezEntityDescriptorProto edge_source = 7;DAGProtos.TezEntityDescriptorProto getEdgeSource()
optional .TezEntityDescriptorProto edge_source = 7;DAGProtos.TezEntityDescriptorProtoOrBuilder getEdgeSourceOrBuilder()
optional .TezEntityDescriptorProto edge_source = 7;boolean hasEdgeDestination()
optional .TezEntityDescriptorProto edge_destination = 8;DAGProtos.TezEntityDescriptorProto getEdgeDestination()
optional .TezEntityDescriptorProto edge_destination = 8;DAGProtos.TezEntityDescriptorProtoOrBuilder getEdgeDestinationOrBuilder()
optional .TezEntityDescriptorProto edge_destination = 8;boolean hasEdgeManager()
optional .TezEntityDescriptorProto edge_manager = 9;DAGProtos.TezEntityDescriptorProto getEdgeManager()
optional .TezEntityDescriptorProto edge_manager = 9;DAGProtos.TezEntityDescriptorProtoOrBuilder getEdgeManagerOrBuilder()
optional .TezEntityDescriptorProto edge_manager = 9;Copyright © 2016 Apache Software Foundation. All rights reserved.