Class DefaultJobInfo

java.lang.Object
org.apache.flink.datastream.impl.context.DefaultJobInfo
All Implemented Interfaces:
org.apache.flink.datastream.api.context.JobInfo

public class DefaultJobInfo extends Object implements org.apache.flink.datastream.api.context.JobInfo
Default implementation of JobInfo.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.flink.datastream.api.context.JobInfo

    org.apache.flink.datastream.api.context.JobInfo.ExecutionMode
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultJobInfo(String jobName, org.apache.flink.runtime.jobgraph.JobType jobType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.datastream.api.context.JobInfo.ExecutionMode
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultJobInfo

      public DefaultJobInfo(String jobName, org.apache.flink.runtime.jobgraph.JobType jobType)
  • Method Details

    • getJobName

      public String getJobName()
      Specified by:
      getJobName in interface org.apache.flink.datastream.api.context.JobInfo
    • getExecutionMode

      public org.apache.flink.datastream.api.context.JobInfo.ExecutionMode getExecutionMode()
      Specified by:
      getExecutionMode in interface org.apache.flink.datastream.api.context.JobInfo