类 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.AbstractJobEnvironment
addCommonPluginJarsToAction, getJarUrlsFromIdentifiers, getLogicalDagGenerator, searchPluginJars
-
构造器详细资料
-
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
-
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()
-