RddOperationGraph constructor

RddOperationGraph({
  1. List<RddOperationEdge>? edges,
  2. List<RddOperationEdge>? incomingEdges,
  3. List<RddOperationEdge>? outgoingEdges,
  4. RddOperationCluster? rootCluster,
  5. String? stageId,
})

Implementation

RddOperationGraph({
  this.edges,
  this.incomingEdges,
  this.outgoingEdges,
  this.rootCluster,
  this.stageId,
});