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

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

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

origin: apache/flink

/**
 * Returns the initial workset input, or null, if none is set.
 * 
 * @return The iteration's workset input.
 */
public Operator<WT> getInitialWorkset() {
  return getSecondInput();
}

origin: com.alibaba.blink/flink-core

/**
 * Returns the initial workset input, or null, if none is set.
 * 
 * @return The iteration's workset input.
 */
public Operator<WT> getInitialWorkset() {
  return getSecondInput();
}

origin: org.apache.flink/flink-core

/**
 * Returns the initial workset input, or null, if none is set.
 * 
 * @return The iteration's workset input.
 */
public Operator<WT> getInitialWorkset() {
  return getSecondInput();
}

org.apache.flink.api.common.operators.baseDeltaIterationBasegetSecondInput

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

Popular in Java

  • Updating database using SQL prepared statement
  • getContentResolver (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • runOnUiThread (Activity)
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • BoxLayout (javax.swing)
  • JTable (javax.swing)
  • Runner (org.openjdk.jmh.runner)
  • Best IntelliJ 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