RddOperationGraph constructor
RddOperationGraph({
- List<
RddOperationEdge> ? edges, - List<
RddOperationEdge> ? incomingEdges, - List<
RddOperationEdge> ? outgoingEdges, - RddOperationCluster? rootCluster,
- String? stageId,
Implementation
RddOperationGraph({
this.edges,
this.incomingEdges,
this.outgoingEdges,
this.rootCluster,
this.stageId,
});