| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AccessExecutionGraph> |
AkkaJobManagerGateway.requestJob(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Acknowledge> |
HistoryServerArchivist.archiveExecutionGraph(AccessExecutionGraph executionGraph)
Archives the given
AccessExecutionGraph on the history server. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedExecutionGraph
An archived execution graph represents a serializable form of the
ExecutionGraph. |
class |
ExecutionGraph
The execution graph is the central data structure that coordinates the distributed
execution of a data flow.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.core.fs.Path |
FsJobArchivist.archiveJob(org.apache.flink.core.fs.Path rootPath,
AccessExecutionGraph graph)
Deprecated.
only kept for legacy reasons
|
| Modifier and Type | Method and Description |
|---|---|
static JobResult |
JobResult.createFrom(AccessExecutionGraph accessExecutionGraph)
Creates the
JobResult from the given AccessExecutionGraph which
must be in a globally terminal state. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends AccessExecutionGraph> |
MiniCluster.getExecutionGraph(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AccessExecutionGraph> |
ExecutionGraphCache.getExecutionGraph(org.apache.flink.api.common.JobID jobId,
RestfulGateway restfulGateway)
Gets the
AccessExecutionGraph for the given JobID and caches it. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends AccessExecutionGraph> |
RestfulGateway.requestJob(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout)
Requests the
AccessExecutionGraph for the given jobId. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ArchivedJson> |
WebMonitorEndpoint.archiveJsonWithPath(AccessExecutionGraph graph) |
static JobDetails |
WebMonitorUtils.createDetailsForJob(AccessExecutionGraph job) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ArchivedJson> |
JsonArchivist.archiveJsonWithPath(AccessExecutionGraph graph)
Returns a
Collection of ArchivedJsons containing JSON responses and their respective REST URL
for a given job. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.