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

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

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

origin: apache/flink

/**
 * Returns the initial solution set input, or null, if none is set.
 * 
 * @return The iteration's initial solution set input.
 */
public Operator<ST> getInitialSolutionSet() {
  return getFirstInput();
}

origin: org.apache.flink/flink-core

/**
 * Returns the initial solution set input, or null, if none is set.
 * 
 * @return The iteration's initial solution set input.
 */
public Operator<ST> getInitialSolutionSet() {
  return getFirstInput();
}

origin: com.alibaba.blink/flink-core

/**
 * Returns the initial solution set input, or null, if none is set.
 * 
 * @return The iteration's initial solution set input.
 */
public Operator<ST> getInitialSolutionSet() {
  return getFirstInput();
}

org.apache.flink.api.common.operators.baseDeltaIterationBasegetFirstInput

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>
  • getInitialSolutionSet
    Returns the initial solution set input, or null, if none is set.
  • <init>,
  • getInitialSolutionSet,
  • getInitialWorkset,
  • getSecondInput,
  • setFirstInput,
  • setInitialSolutionSet,
  • setInitialWorkset,
  • setMaximumNumberOfIterations,
  • setNextWorkset

Popular in Java

  • Finding current android device location
  • requestLocationUpdates (LocationManager)
  • getContentResolver (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • JPanel (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • CodeWhisperer alternatives
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