| Modifier and Type | Method and Description |
|---|---|
ArchivedExecutionGraph |
ArchivedExecutionGraphStore.get(org.apache.flink.api.common.JobID jobId)
Get the
ArchivedExecutionGraph for the given job id. |
ArchivedExecutionGraph |
FileArchivedExecutionGraphStore.get(org.apache.flink.api.common.JobID jobId) |
ArchivedExecutionGraph |
MemoryArchivedExecutionGraphStore.get(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ArchivedExecutionGraph> |
DispatcherGateway.requestJob(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout)
Requests the
ArchivedExecutionGraph for the given jobId. |
CompletableFuture<ArchivedExecutionGraph> |
Dispatcher.requestJob(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MiniDispatcher.jobReachedGloballyTerminalState(ArchivedExecutionGraph archivedExecutionGraph) |
protected void |
Dispatcher.jobReachedGloballyTerminalState(ArchivedExecutionGraph archivedExecutionGraph) |
void |
ArchivedExecutionGraphStore.put(ArchivedExecutionGraph archivedExecutionGraph)
Store the given
ArchivedExecutionGraph in the store. |
void |
FileArchivedExecutionGraphStore.put(ArchivedExecutionGraph archivedExecutionGraph) |
void |
MemoryArchivedExecutionGraphStore.put(ArchivedExecutionGraph serializableExecutionGraph) |
| Modifier and Type | Method and Description |
|---|---|
static ArchivedExecutionGraph |
ArchivedExecutionGraph.createFrom(ExecutionGraph executionGraph)
Create a
ArchivedExecutionGraph from the given ExecutionGraph. |
| Modifier and Type | Method and Description |
|---|---|
void |
OnCompletionActions.jobReachedGloballyTerminalState(ArchivedExecutionGraph executionGraph)
Job reached a globally terminal state.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ArchivedExecutionGraph> |
JobManagerRunner.getResultFuture()
Get the result future of this runner.
|
CompletableFuture<ArchivedExecutionGraph> |
JobManagerRunnerImpl.getResultFuture() |
CompletableFuture<ArchivedExecutionGraph> |
JobMasterGateway.requestJob(org.apache.flink.api.common.time.Time timeout)
Requests the
ArchivedExecutionGraph of the executed job. |
CompletableFuture<ArchivedExecutionGraph> |
JobMaster.requestJob(org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManagerRunnerImpl.jobReachedGloballyTerminalState(ArchivedExecutionGraph executionGraph)
Job completion notification triggered by JobManager.
|
| Modifier and Type | Method and Description |
|---|---|
ArchivedExecutionGraph |
SchedulerNG.requestJob() |
ArchivedExecutionGraph |
SchedulerBase.requestJob() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ArchivedExecutionGraph> |
RestfulGateway.requestJob(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout)
Requests the
ArchivedExecutionGraph for the given jobId. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.