public interface JobExecutor
JobGraph executors.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobExecutionResult |
executeJobBlocking(JobGraph jobGraph)
Run the given job and block until its execution result can be returned.
|
org.apache.flink.api.common.JobExecutionResult executeJobBlocking(JobGraph jobGraph) throws JobExecutionException, InterruptedException
jobGraph - to executeJobExecutionException - if the job failed to executeInterruptedExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.