| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.messages.webmonitor |
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
|
| org.apache.flink.runtime.minicluster | |
| org.apache.flink.runtime.rest.handler.job | |
| org.apache.flink.runtime.rest.handler.job.checkpoints | |
| org.apache.flink.runtime.webmonitor.history |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutionGraph
The execution graph is the central data structure that coordinates the distributed execution of a
data flow.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedExecutionGraph
An archived execution graph represents a serializable form of an
ExecutionGraph. |
class |
DefaultExecutionGraph
Default implementation of the
ExecutionGraph. |
| 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 |
|---|---|
static JobDetails |
JobDetails.createDetailsForJob(AccessExecutionGraph job) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends AccessExecutionGraph> |
MiniCluster.getExecutionGraph(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ArchivedJson> |
OnlyExecutionGraphJsonArchivist.archiveJsonWithPath(AccessExecutionGraph graph)
Returns a
Collection of ArchivedJsons containing JSON responses and their
respective REST URL for a given job. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.