Class VertexInfo


  • public class VertexInfo
    extends java.lang.Object
    Job vertex information.
    • Constructor Summary

      Constructors 
      Constructor Description
      VertexInfo​(org.apache.flink.runtime.jobgraph.JobVertexID id, java.util.Set<org.apache.flink.runtime.jobgraph.JobVertexID> inputs, int parallelism, int maxParallelism)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertexInfo

        public VertexInfo​(org.apache.flink.runtime.jobgraph.JobVertexID id,
                          java.util.Set<org.apache.flink.runtime.jobgraph.JobVertexID> inputs,
                          int parallelism,
                          int maxParallelism)