Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
Packages that use JobsOverview 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 -
-
Uses of JobsOverview in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return JobsOverview Modifier and Type Method Description JobsOverviewExecutionGraphInfoStore. getStoredJobsOverview()Return theJobsOverviewfor all stored/past jobs.JobsOverviewFileExecutionGraphInfoStore. getStoredJobsOverview()JobsOverviewMemoryExecutionGraphInfoStore. getStoredJobsOverview() -
Uses of JobsOverview in org.apache.flink.runtime.messages.webmonitor
Subclasses of JobsOverview in org.apache.flink.runtime.messages.webmonitor Modifier and Type Class Description classClusterOverviewResponse to theRequestStatusOverviewmessage, carrying a description of the Flink cluster status.Methods in org.apache.flink.runtime.messages.webmonitor that return JobsOverview Modifier and Type Method Description JobsOverviewJobsOverview. 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 JobsOverview Modifier and Type Method Description JobsOverviewJobsOverview. combine(JobsOverview jobsOverview)Combines the given jobs overview with this.Constructors in org.apache.flink.runtime.messages.webmonitor with parameters of type JobsOverview Constructor Description ClusterOverview(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.messages Modifier and Type Class Description classClusterOverviewWithVersionCluster overview message including the current Flink version and commit id.
-