Modifier and Type | Class and Description |
---|---|
class |
ArchivedExecutionGraph |
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)
Writes the given
AccessExecutionGraph to the FileSystem pointed to by
JobManagerOptions.ARCHIVE_DIR . |
Modifier and Type | Method and Description |
---|---|
static JobDetails |
WebMonitorUtils.createDetailsForJob(AccessExecutionGraph job) |
Modifier and Type | Method and Description |
---|---|
Collection<ArchivedJson> |
JsonArchivist.archiveJsonWithPath(AccessExecutionGraph graph)
Returns a
Collection of ArchivedJson s containing JSON responses and their respective REST URL
for a given job. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.