congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
DeltaIterationBase.setSecondInput
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: apache/flink

/**
 * Sets the given input as the initial workset.
 * 
 * @param input The contract to set as the initial workset.
 */
public void setInitialWorkset(Operator<WT> input) {
  setSecondInput(input);
}

origin: com.alibaba.blink/flink-core

/**
 * Sets the given input as the initial workset.
 * 
 * @param input The contract to set as the initial workset.
 */
public void setInitialWorkset(Operator<WT> input) {
  setSecondInput(input);
}

origin: org.apache.flink/flink-core

/**
 * Sets the given input as the initial workset.
 * 
 * @param input The contract to set as the initial workset.
 */
public void setInitialWorkset(Operator<WT> input) {
  setSecondInput(input);
}

org.apache.flink.api.common.operators.baseDeltaIterationBasesetSecondInput

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,
  • setFirstInput,
  • setInitialSolutionSet,
  • setInitialWorkset,
  • setMaximumNumberOfIterations,
  • setNextWorkset

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getContentResolver (Context)
  • putExtra (Intent)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Reference (javax.naming)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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