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 executeInterruptedException
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.