Class StreamingJobGraphGenerator


  • @Internal
    public class StreamingJobGraphGenerator
    extends Object
    The StreamingJobGraphGenerator converts a StreamGraph into a JobGraph.
    • Method Detail

      • createJobGraph

        @VisibleForTesting
        public static JobGraph createJobGraph​(StreamGraph streamGraph)
      • createJobGraph

        public static JobGraph createJobGraph​(ClassLoader userClassLoader,
                                              StreamGraph streamGraph,
                                              @Nullable
                                              org.apache.flink.api.common.JobID jobID)
      • generateOperatorID

        public static OperatorID generateOperatorID​(String operatorUid)
        Creates an instance of OperatorID based on the provided operator unique identifier (UID).
        Parameters:
        operatorUid - the unique identifier of the operator, used to generate the hash
        Returns:
        a new OperatorID instance generated from the specified operator UID