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

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

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

origin: apache/flink

@SuppressWarnings("unchecked")
private <T> List<T> executeDeltaIteration(DeltaIterationBase<?, ?> iteration) throws Exception {
  Operator<?> solutionInput = iteration.getInitialSolutionSet();
  Operator<?> worksetInput = iteration.getInitialWorkset();
  if (solutionInput == null) {
    throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial solution set.");
origin: org.apache.flink/flink-core

@SuppressWarnings("unchecked")
private <T> List<T> executeDeltaIteration(DeltaIterationBase<?, ?> iteration) throws Exception {
  Operator<?> solutionInput = iteration.getInitialSolutionSet();
  Operator<?> worksetInput = iteration.getInitialWorkset();
  if (solutionInput == null) {
    throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial solution set.");
origin: com.alibaba.blink/flink-core

@SuppressWarnings("unchecked")
private <T> List<T> executeDeltaIteration(DeltaIterationBase<?, ?> iteration) throws Exception {
  Operator<?> solutionInput = iteration.getInitialSolutionSet();
  Operator<?> worksetInput = iteration.getInitialWorkset();
  if (solutionInput == null) {
    throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial solution set.");
org.apache.flink.api.common.operators.baseDeltaIterationBasegetInitialWorkset

Javadoc

Returns the initial workset input, or null, if none is set.

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

Popular in Java

  • Finding current android device location
  • setContentView (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • compareTo (BigDecimal)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Table (org.hibernate.mapping)
    A relational table
  • Option (scala)
  • Top plugins for WebStorm
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