public class ClientJobExecutionEnvironment extends AbstractJobEnvironment
actions, commonPluginJars, connectorJarIdentifiers, idGenerator, isStartWithSavePoint, jarUrls, jobConfig, LOGGER| 构造器和说明 |
|---|
ClientJobExecutionEnvironment(org.apache.seatunnel.engine.common.config.JobConfig jobConfig,
String jobFilePath,
List<String> variables,
SeaTunnelHazelcastClient seaTunnelHazelcastClient,
org.apache.seatunnel.engine.common.config.SeaTunnelConfig seaTunnelConfig,
boolean isStartWithSavePoint,
Long jobId)
If the JobId is not empty, it is used to restore job from savePoint
|
ClientJobExecutionEnvironment(org.apache.seatunnel.engine.common.config.JobConfig jobConfig,
String jobFilePath,
List<String> variables,
SeaTunnelHazelcastClient seaTunnelHazelcastClient,
org.apache.seatunnel.engine.common.config.SeaTunnelConfig seaTunnelConfig,
Long jobId) |
| 限定符和类型 | 方法和说明 |
|---|---|
ClientJobProxy |
execute() |
protected MultipleTableJobConfigParser |
getJobConfigParser()
Search all jars in SEATUNNEL_HOME/plugins
|
LogicalDag |
getLogicalDag() |
protected Set<ConnectorJarIdentifier> |
uploadPluginJars(Set<URL> pluginJarUrls) |
addCommonPluginJarsToAction, getJarUrlsFromIdentifiers, getLogicalDagGenerator, searchPluginJarspublic ClientJobExecutionEnvironment(org.apache.seatunnel.engine.common.config.JobConfig jobConfig,
String jobFilePath,
List<String> variables,
SeaTunnelHazelcastClient seaTunnelHazelcastClient,
org.apache.seatunnel.engine.common.config.SeaTunnelConfig seaTunnelConfig,
boolean isStartWithSavePoint,
Long jobId)
public ClientJobExecutionEnvironment(org.apache.seatunnel.engine.common.config.JobConfig jobConfig,
String jobFilePath,
List<String> variables,
SeaTunnelHazelcastClient seaTunnelHazelcastClient,
org.apache.seatunnel.engine.common.config.SeaTunnelConfig seaTunnelConfig,
Long jobId)
protected MultipleTableJobConfigParser getJobConfigParser()
getJobConfigParser 在类中 AbstractJobEnvironmentpublic LogicalDag getLogicalDag()
getLogicalDag 在类中 AbstractJobEnvironmentprotected Set<ConnectorJarIdentifier> uploadPluginJars(Set<URL> pluginJarUrls)
public ClientJobProxy execute() throws ExecutionException, InterruptedException
Copyright © 2025 The Apache Software Foundation. All rights reserved.