类 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)  
    • 构造器详细资料

      • 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()