@Internal
public interface EmbeddedJobClientCreator
JobClient suppliers.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.execution.JobClient |
getJobClient(org.apache.flink.api.common.JobID jobId,
ClassLoader userCodeClassloader)
Creates a
JobClient that is adequate for the context in which the job is executed. |
org.apache.flink.core.execution.JobClient getJobClient(org.apache.flink.api.common.JobID jobId,
ClassLoader userCodeClassloader)
JobClient that is adequate for the context in which the job is executed.jobId - the job id of the job associated with the returned client.userCodeClassloader - the class loader to deserialize user code.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.