Tabnine Logo
ReduceNode.getPredecessorNode
Code IndexAdd Tabnine to your IDE (free)

How to use
getPredecessorNode
method
in
org.apache.flink.optimizer.dag.ReduceNode

Best Java code snippets using org.apache.flink.optimizer.dag.ReduceNode.getPredecessorNode (Showing top 5 results out of 315)

origin: apache/flink

  public ReduceNode getCombinerUtilityNode() {
    if (this.preReduceUtilityNode == null) {
      this.preReduceUtilityNode = new ReduceNode(this);
      
      // we conservatively assume the combiner returns the same data size as it consumes 
      this.preReduceUtilityNode.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
      this.preReduceUtilityNode.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
    }
    return this.preReduceUtilityNode;
  }
}
origin: org.apache.flink/flink-optimizer

  public ReduceNode getCombinerUtilityNode() {
    if (this.preReduceUtilityNode == null) {
      this.preReduceUtilityNode = new ReduceNode(this);
      
      // we conservatively assume the combiner returns the same data size as it consumes 
      this.preReduceUtilityNode.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
      this.preReduceUtilityNode.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
    }
    return this.preReduceUtilityNode;
  }
}
origin: org.apache.flink/flink-optimizer_2.10

  public ReduceNode getCombinerUtilityNode() {
    if (this.preReduceUtilityNode == null) {
      this.preReduceUtilityNode = new ReduceNode(this);
      
      // we conservatively assume the combiner returns the same data size as it consumes 
      this.preReduceUtilityNode.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
      this.preReduceUtilityNode.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
    }
    return this.preReduceUtilityNode;
  }
}
origin: org.apache.flink/flink-optimizer_2.11

  public ReduceNode getCombinerUtilityNode() {
    if (this.preReduceUtilityNode == null) {
      this.preReduceUtilityNode = new ReduceNode(this);
      
      // we conservatively assume the combiner returns the same data size as it consumes 
      this.preReduceUtilityNode.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
      this.preReduceUtilityNode.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
    }
    return this.preReduceUtilityNode;
  }
}
origin: com.alibaba.blink/flink-optimizer

  public ReduceNode getCombinerUtilityNode() {
    if (this.preReduceUtilityNode == null) {
      this.preReduceUtilityNode = new ReduceNode(this);
      
      // we conservatively assume the combiner returns the same data size as it consumes 
      this.preReduceUtilityNode.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
      this.preReduceUtilityNode.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
    }
    return this.preReduceUtilityNode;
  }
}
org.apache.flink.optimizer.dagReduceNodegetPredecessorNode

Popular methods of ReduceNode

  • <init>
  • getCombinerUtilityNode
  • setParallelism

Popular in Java

  • Updating database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • getContentResolver (Context)
  • compareTo (BigDecimal)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • Path (java.nio.file)
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Top plugins for Android Studio
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