Tabnine Logo
DeltaIterationBase.setFirstInput
Code IndexAdd Tabnine to your IDE (free)

How to use
setFirstInput
method
in
org.apache.flink.api.common.operators.base.DeltaIterationBase

Best Java code snippets using org.apache.flink.api.common.operators.base.DeltaIterationBase.setFirstInput (Showing top 3 results out of 315)

origin: apache/flink

/**
 * Sets the given input as the initial solution set.
 * 
 * @param input The contract to set the initial solution set.
 */
public void setInitialSolutionSet(Operator<ST> input) {
  setFirstInput(input);
}

origin: com.alibaba.blink/flink-core

/**
 * Sets the given input as the initial solution set.
 * 
 * @param input The contract to set the initial solution set.
 */
public void setInitialSolutionSet(Operator<ST> input) {
  setFirstInput(input);
}

origin: org.apache.flink/flink-core

/**
 * Sets the given input as the initial solution set.
 * 
 * @param input The contract to set the initial solution set.
 */
public void setInitialSolutionSet(Operator<ST> input) {
  setFirstInput(input);
}

org.apache.flink.api.common.operators.baseDeltaIterationBasesetFirstInput

Popular methods of DeltaIterationBase

  • getAggregators
  • getNextWorkset
    Gets the contract that has been set as the next workset.
  • getSolutionSet
    Gets the contract that represents the solution set for the step function.
  • getSolutionSetDelta
    Gets the contract that has been set as the solution set delta.
  • getWorkset
    Gets the contract that represents the workset for the step function.
  • getMaximumNumberOfIterations
  • getSolutionSetKeyFields
  • getOperatorInfo
  • isSolutionSetUnManaged
    gets whether the solution set is in managed or unmanaged memory.
  • getName
  • <init>
  • getFirstInput
  • <init>,
  • getFirstInput,
  • getInitialSolutionSet,
  • getInitialWorkset,
  • getSecondInput,
  • setInitialSolutionSet,
  • setInitialWorkset,
  • setMaximumNumberOfIterations,
  • setNextWorkset

Popular in Java

  • Making http requests using okhttp
  • scheduleAtFixedRate (ScheduledExecutorService)
  • findViewById (Activity)
  • setContentView (Activity)
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Top PhpStorm plugins
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