Class StaticDynamicPathIdentifier

  • All Implemented Interfaces:
    org.apache.flink.util.Visitor<OptimizerNode>

    public class StaticDynamicPathIdentifier
    extends Object
    implements org.apache.flink.util.Visitor<OptimizerNode>
    A traversal that goes over the program data flow of an iteration and makes the nodes that depend on the partial solution (the data set recomputed in each iteration) as "dynamic" and the other nodes as "static".
    • Constructor Detail

      • StaticDynamicPathIdentifier

        public StaticDynamicPathIdentifier​(int costWeight)
    • Method Detail

      • preVisit

        public boolean preVisit​(OptimizerNode visitable)
        Specified by:
        preVisit in interface org.apache.flink.util.Visitor<OptimizerNode>
      • postVisit

        public void postVisit​(OptimizerNode visitable)
        Specified by:
        postVisit in interface org.apache.flink.util.Visitor<OptimizerNode>