Uses of Interface
org.apache.flink.runtime.messages.webmonitor.InfoMessage
Packages that use InfoMessage
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 InfoMessage in org.apache.flink.runtime.messages.webmonitor
Classes in org.apache.flink.runtime.messages.webmonitor that implement InfoMessageModifier and TypeClassDescriptionclassResponse to theRequestStatusOverviewmessage, carrying a description of the Flink cluster status.classAn overview of how many jobs are in which status.classAn overview of how many jobs are in which status.classThe status of a specific job.classThis message requests an overview of the jobs on the JobManager, including running jobs and/or finished jobs.classThis message requests an overview of how many jobs are in which status.classThis message requests an overview of how many jobs are in which status.classThis message requests an overview of the status, such as how many TaskManagers are currently connected, how many slots are available, how many are free, ... -
Uses of InfoMessage in org.apache.flink.runtime.rest.handler.legacy.messages
Classes in org.apache.flink.runtime.rest.handler.legacy.messages that implement InfoMessageModifier and TypeClassDescriptionclassCluster overview message including the current Flink version and commit id.