| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.executiongraph.metrics |
This package contains classes implementing various metrics for the job execution, based on the
Execution Graph. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
AccessExecutionGraph
Common interface for the runtime
DefaultExecutionGraph and ArchivedExecutionGraph. |
interface |
ExecutionGraph
The execution graph is the central data structure that coordinates the distributed execution of a
data flow.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArchivedExecutionGraph
An archived execution graph represents a serializable form of an
ExecutionGraph. |
class |
DefaultExecutionGraph
Default implementation of the
ExecutionGraph. |
| 构造器和说明 |
|---|
DownTimeGauge(JobStatusProvider jobStatusProvider) |
RestartTimeGauge(JobStatusProvider jobStatusProvider) |
UpTimeGauge(JobStatusProvider jobStatusProvider) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.