Tabnine Logo
IterationNode.acceptForStepFunction
Code IndexAdd Tabnine to your IDE (free)

How to use
acceptForStepFunction
method
in
org.apache.flink.optimizer.dag.IterationNode

Best Java code snippets using org.apache.flink.optimizer.dag.IterationNode.acceptForStepFunction (Showing top 14 results out of 315)

origin: apache/flink

  @Override
  public void postVisit(OptimizerNode node) {
    // if required, recurse into the step function
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }
  }
}
origin: apache/flink

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: apache/flink

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode node) {
    // if required, recurse into the step function
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer_2.11

  @Override
  public void postVisit(OptimizerNode node) {
    // if required, recurse into the step function
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }
  }
}
origin: com.alibaba.blink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode node) {
    // if required, recurse into the step function
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer_2.10

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: org.apache.flink/flink-optimizer_2.11

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: org.apache.flink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: com.alibaba.blink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: org.apache.flink/flink-optimizer_2.11

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
origin: com.alibaba.blink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer_2.10

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
org.apache.flink.optimizer.dagIterationNodeacceptForStepFunction

Popular methods of IterationNode

    Popular in Java

    • Start an intent from android
    • putExtra (Intent)
    • addToBackStack (FragmentTransaction)
    • setScale (BigDecimal)
    • FileReader (java.io)
      A specialized Reader that reads from a file in the file system. All read requests made by calling me
    • Charset (java.nio.charset)
      A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
    • Format (java.text)
      The base class for all formats. This is an abstract base class which specifies the protocol for clas
    • Handler (java.util.logging)
      A Handler object accepts a logging request and exports the desired messages to a target, for example
    • Logger (org.slf4j)
      The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
    • Option (scala)
    • Best plugins for Eclipse
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now