概述组件构建StreamGraph构建JobGraph过程0x01 设置调度模式0x02 Chain0x03 设置SlotSharingGroup0x04 设置Checkpoint0x05 设置重启策略(RestartStrategy) 概述 组件Graph Builder:构建JobGraph 构建StreamGraphStreamNode:slotSharingGroup、inEdges、outEdge。StreamEdge:sourceVertex、targetVertex。 构建JobGraph过程 0x01 设置调度模式ScheduleMode 调度模式设置,流模式为ScheduleMode.ALL 0x02 Chain 0x03 设置SlotSharingGroup生成JobGraph的时候会设置SlotSharingGroup。 0x04 设置Checkpoint 0x05 设置重启策略(RestartStrategy)