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