| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher.cleanup | |
| org.apache.flink.runtime.jobmaster |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<JobManagerRunnerResult> |
CheckpointResourcesCleanupRunner.getResultFuture() |
| 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> |
JobMasterServiceLeadershipRunner.getResultFuture() |
CompletableFuture<JobManagerRunnerResult> |
JobMasterServiceProcess.getResultFuture()
Future which is completed with the result of job execution.
|
CompletableFuture<JobManagerRunnerResult> |
JobMasterServiceProcess.WaitingForLeadership.getResultFuture() |
CompletableFuture<JobManagerRunnerResult> |
DefaultJobMasterServiceProcess.getResultFuture() |
CompletableFuture<JobManagerRunnerResult> |
JobManagerRunner.getResultFuture()
Get the result future of this runner.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.