Modifier and Type | Method and Description |
---|---|
ArchivedExecutionGraph |
ArchivedExecutionGraphStore.get(JobID jobId)
Get the
ArchivedExecutionGraph for the given job id. |
ArchivedExecutionGraph |
MemoryArchivedExecutionGraphStore.get(JobID jobId) |
ArchivedExecutionGraph |
FileArchivedExecutionGraphStore.get(JobID jobId) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ArchivedExecutionGraph> |
DispatcherGateway.requestJob(JobID jobId,
Time timeout)
Requests the
ArchivedExecutionGraph for the given jobId. |
CompletableFuture<ArchivedExecutionGraph> |
Dispatcher.requestJob(JobID jobId,
Time timeout) |
Modifier and Type | Method and Description |
---|---|
protected void |
Dispatcher.jobReachedGloballyTerminalState(ArchivedExecutionGraph archivedExecutionGraph) |
protected void |
MiniDispatcher.jobReachedGloballyTerminalState(ArchivedExecutionGraph archivedExecutionGraph) |
void |
ArchivedExecutionGraphStore.put(ArchivedExecutionGraph archivedExecutionGraph)
Store the given
ArchivedExecutionGraph in the store. |
void |
MemoryArchivedExecutionGraphStore.put(ArchivedExecutionGraph serializableExecutionGraph) |
void |
FileArchivedExecutionGraphStore.put(ArchivedExecutionGraph archivedExecutionGraph) |
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> |
JobMaster.requestJob(Time timeout) |
CompletableFuture<ArchivedExecutionGraph> |
JobMasterGateway.requestJob(Time timeout)
Requests the
ArchivedExecutionGraph of the executed job. |
Modifier and Type | Method and Description |
---|---|
void |
JobManagerRunnerImpl.jobReachedGloballyTerminalState(ArchivedExecutionGraph executionGraph)
Job completion notification triggered by JobManager.
|
Modifier and Type | Method and Description |
---|---|
ArchivedExecutionGraph |
SchedulerBase.requestJob() |
ArchivedExecutionGraph |
SchedulerNG.requestJob() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ArchivedExecutionGraph> |
RestfulGateway.requestJob(JobID jobId,
Time timeout)
Requests the
ArchivedExecutionGraph for the given jobId. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.