Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobsOverview
Packages that use JobsOverview
Package
Description
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
-
Uses of JobsOverview in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return JobsOverviewModifier and TypeMethodDescriptionExecutionGraphInfoStore.getStoredJobsOverview()Return theJobsOverviewfor all stored/past jobs.FileExecutionGraphInfoStore.getStoredJobsOverview()MemoryExecutionGraphInfoStore.getStoredJobsOverview() -
Uses of JobsOverview in org.apache.flink.runtime.messages.webmonitor
Subclasses of JobsOverview in org.apache.flink.runtime.messages.webmonitorModifier and TypeClassDescriptionclassResponse to theRequestStatusOverviewmessage, carrying a description of the Flink cluster status.Methods in org.apache.flink.runtime.messages.webmonitor that return JobsOverviewModifier and TypeMethodDescriptionJobsOverview.combine(JobsOverview jobsOverview) Combines the given jobs overview with this.static JobsOverviewJobsOverview.create(Collection<org.apache.flink.api.common.JobStatus> allJobsStatus) Methods in org.apache.flink.runtime.messages.webmonitor with parameters of type JobsOverviewModifier and TypeMethodDescriptionJobsOverview.combine(JobsOverview jobsOverview) Combines the given jobs overview with this.Constructors in org.apache.flink.runtime.messages.webmonitor with parameters of type JobsOverviewModifierConstructorDescriptionClusterOverview(ResourceOverview resourceOverview, JobsOverview jobsOverview) JobsOverview(JobsOverview first, JobsOverview second) -
Uses of JobsOverview in org.apache.flink.runtime.rest.handler.legacy.messages
Subclasses of JobsOverview in org.apache.flink.runtime.rest.handler.legacy.messagesModifier and TypeClassDescriptionclassCluster overview message including the current Flink version and commit id.