Uses of Interface
org.apache.flink.runtime.messages.webmonitor.InfoMessage
-
Packages that use InfoMessage Package Description 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 InfoMessage in org.apache.flink.runtime.messages.webmonitor
Classes in org.apache.flink.runtime.messages.webmonitor that implement InfoMessage Modifier and Type Class Description classClusterOverviewResponse to theRequestStatusOverviewmessage, carrying a description of the Flink cluster status.classJobIdsWithStatusOverviewAn overview of how many jobs are in which status.classJobsOverviewAn overview of how many jobs are in which status.classJobStatusInfoThe status of a specific job.classRequestJobDetailsThis message requests an overview of the jobs on the JobManager, including running jobs and/or finished jobs.classRequestJobsOverviewThis message requests an overview of how many jobs are in which status.classRequestJobsWithIDsOverviewThis message requests an overview of how many jobs are in which status.classRequestStatusOverviewThis 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 InfoMessage Modifier and Type Class Description classClusterOverviewWithVersionCluster overview message including the current Flink version and commit id.
-