incubator-wayang icon indicating copy to clipboard operation
incubator-wayang copied to clipboard

ExecutionPlan.toJsonList add documentation

Open github-actions[bot] opened this issue 3 years ago • 0 comments

ExecutionPlan.toJsonList add documentation

labels:documentation,todo

@return

https://github.com/apache/incubator-wayang/blob/fe066b31d72e8789886aa1217f2516c576195a32/wayang-commons/wayang-core/src/main/java/org/apache/wayang/core/plan/executionplan/ExecutionPlan.java#L99


        return sb.toString();
    }

    /**
     * TODO: ExecutionPlan.toJsonList add documentation
     * labels:documentation,todo
     *
     * @return
     */
    public List<Map> toJsonList() {
        Counter<ExecutionStage> stageActivationCounter = new Counter<>();
        Queue<ExecutionStage> activatedStages = new LinkedList<>(this.startingStages);

eb7c56cfe3a29a574d5f0fac8781f9389527d5ea

github-actions[bot] avatar Jan 24 '22 19:01 github-actions[bot]