类 RestJobExecutionEnvironment

java.lang.Object
org.apache.seatunnel.engine.core.job.AbstractJobEnvironment
org.apache.seatunnel.engine.server.rest.RestJobExecutionEnvironment

public class RestJobExecutionEnvironment extends org.apache.seatunnel.engine.core.job.AbstractJobEnvironment
  • 字段概要

    从类继承的字段 org.apache.seatunnel.engine.core.job.AbstractJobEnvironment

    actions, commonPluginJars, connectorJarIdentifiers, idGenerator, isStartWithSavePoint, jarUrls, jobConfig, LOGGER
  • 构造器概要

    构造器
    构造器
    说明
    RestJobExecutionEnvironment(SeaTunnelServer seaTunnelServer, org.apache.seatunnel.engine.common.config.JobConfig jobConfig, org.apache.seatunnel.shade.com.typesafe.config.Config seaTunnelJobConfig, com.hazelcast.instance.impl.Node node, boolean isStartWithSavePoint, Long jobId)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    org.apache.seatunnel.engine.core.job.JobImmutableInformation
     
    protected org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser
     
     
    org.apache.seatunnel.engine.core.dag.logical.LogicalDag
     

    从类继承的方法 org.apache.seatunnel.engine.core.job.AbstractJobEnvironment

    addCommonPluginJarsToAction, getJarUrlsFromIdentifiers, getLogicalDagGenerator, searchPluginJars

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • RestJobExecutionEnvironment

      public RestJobExecutionEnvironment(SeaTunnelServer seaTunnelServer, org.apache.seatunnel.engine.common.config.JobConfig jobConfig, org.apache.seatunnel.shade.com.typesafe.config.Config seaTunnelJobConfig, com.hazelcast.instance.impl.Node node, boolean isStartWithSavePoint, Long jobId)
  • 方法详细资料

    • getJobId

      public Long getJobId()
    • getLogicalDag

      public org.apache.seatunnel.engine.core.dag.logical.LogicalDag getLogicalDag()
      指定者:
      getLogicalDag 在类中 org.apache.seatunnel.engine.core.job.AbstractJobEnvironment
    • getJobConfigParser

      protected org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser getJobConfigParser()
      指定者:
      getJobConfigParser 在类中 org.apache.seatunnel.engine.core.job.AbstractJobEnvironment
    • build

      public org.apache.seatunnel.engine.core.job.JobImmutableInformation build()