Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
JobsOverview |
ExecutionGraphInfoStore.getStoredJobsOverview()
Return the
JobsOverview for all stored/past jobs. |
JobsOverview |
MemoryExecutionGraphInfoStore.getStoredJobsOverview() |
JobsOverview |
FileExecutionGraphInfoStore.getStoredJobsOverview() |
Modifier and Type | Class and Description |
---|---|
class |
ClusterOverview
Response to the
RequestStatusOverview message, carrying a description of the Flink
cluster status. |
Modifier and Type | Method and Description |
---|---|
JobsOverview |
JobsOverview.combine(JobsOverview jobsOverview)
Combines the given jobs overview with this.
|
static JobsOverview |
JobsOverview.create(Collection<JobStatus> allJobsStatus) |
Modifier and Type | Method and Description |
---|---|
JobsOverview |
JobsOverview.combine(JobsOverview jobsOverview)
Combines the given jobs overview with this.
|
Constructor and Description |
---|
ClusterOverview(ResourceOverview resourceOverview,
JobsOverview jobsOverview) |
JobsOverview(JobsOverview first,
JobsOverview second) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterOverviewWithVersion
Cluster overview message including the current Flink version and commit id.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.