Package | Description |
---|---|
org.apache.flink.runtime.jobmaster |
Modifier and Type | Method and Description |
---|---|
static JobManagerRunnerResult |
JobManagerRunnerResult.forInitializationFailure(ExecutionGraphInfo executionGraphInfo,
Throwable failure) |
static JobManagerRunnerResult |
JobManagerRunnerResult.forSuccess(ExecutionGraphInfo executionGraphInfo) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<JobManagerRunnerResult> |
DefaultJobMasterServiceProcess.getResultFuture() |
CompletableFuture<JobManagerRunnerResult> |
JobManagerRunner.getResultFuture()
Get the result future of this runner.
|
CompletableFuture<JobManagerRunnerResult> |
JobMasterServiceLeadershipRunner.getResultFuture() |
CompletableFuture<JobManagerRunnerResult> |
JobMasterServiceProcess.getResultFuture()
Future which is completed with the result of job execution.
|
CompletableFuture<JobManagerRunnerResult> |
JobMasterServiceProcess.WaitingForLeadership.getResultFuture() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.