| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| 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.rest.handler.legacy.messages |
| 限定符和类型 | 方法和说明 |
|---|---|
JobsOverview |
MemoryExecutionGraphInfoStore.getStoredJobsOverview() |
JobsOverview |
ExecutionGraphInfoStore.getStoredJobsOverview()
Return the
JobsOverview for all stored/past jobs. |
JobsOverview |
FileExecutionGraphInfoStore.getStoredJobsOverview() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterOverview
Response to the
RequestStatusOverview message, carrying a description of the Flink
cluster status. |
| 限定符和类型 | 方法和说明 |
|---|---|
JobsOverview |
JobsOverview.combine(JobsOverview jobsOverview)
Combines the given jobs overview with this.
|
static JobsOverview |
JobsOverview.create(Collection<org.apache.flink.api.common.JobStatus> allJobsStatus) |
| 限定符和类型 | 方法和说明 |
|---|---|
JobsOverview |
JobsOverview.combine(JobsOverview jobsOverview)
Combines the given jobs overview with this.
|
| 构造器和说明 |
|---|
ClusterOverview(ResourceOverview resourceOverview,
JobsOverview jobsOverview) |
JobsOverview(JobsOverview first,
JobsOverview second) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterOverviewWithVersion
Cluster overview message including the current Flink version and commit id.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.