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

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

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

origin: apache/flink

Operator<?> worksetInput = iteration.getInitialWorkset();
if (solutionInput == null) {
  throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial solution set.");
  throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial workset.");
  throw new InvalidProgramException("The iteration " + iteration.getName() + " has no solution set delta defined (is not closed).");
  throw new InvalidProgramException("The iteration " + iteration.getName() + " has no workset defined (is not closed).");
origin: apache/flink

assertArrayEquals(iterationKeys, iteration.getSolutionSetKeyFields());
assertEquals(iterationParallelism, iteration.getParallelism());
assertEquals(iterationName, iteration.getName());
origin: org.apache.flink/flink-core

Operator<?> worksetInput = iteration.getInitialWorkset();
if (solutionInput == null) {
  throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial solution set.");
  throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial workset.");
  throw new InvalidProgramException("The iteration " + iteration.getName() + " has no solution set delta defined (is not closed).");
  throw new InvalidProgramException("The iteration " + iteration.getName() + " has no workset defined (is not closed).");
origin: com.alibaba.blink/flink-core

Operator<?> worksetInput = iteration.getInitialWorkset();
if (solutionInput == null) {
  throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial solution set.");
  throw new InvalidProgramException("The delta iteration " + iteration.getName() + " has no initial workset.");
  throw new InvalidProgramException("The iteration " + iteration.getName() + " has no solution set delta defined (is not closed).");
  throw new InvalidProgramException("The iteration " + iteration.getName() + " has no workset defined (is not closed).");
org.apache.flink.api.common.operators.baseDeltaIterationBasegetName

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

Popular in Java

  • Reading from database using SQL prepared statement
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getApplicationContext (Context)
  • setContentView (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • Permission (java.security)
    Legacy security code; do not use.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • 21 Best IntelliJ Plugins
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