Package org.apache.flink.runtime.messages.webmonitor
package 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. An example for such a component is the web
runtime monitor, which sends messages to request the status.
-
ClassDescriptionResponse to the
RequestStatusOverviewmessage, carrying a description of the Flink cluster status.Abstract base interface of all info messages exchanged between the JobManager an for example the runtime monitor.An actor message with a detailed overview of the current status of a job.The CurrentAttempts holds the attempt number of the current representative execution attempt, the attempt numbers of all the running attempts, and whether the current execution has reached terminal state.An overview of how many jobs are in which status.An overview of how many jobs are in which status.The status of a specific job.An actor messages describing details of various jobs.This message requests an overview of the jobs on the JobManager, including running jobs and/or finished jobs.This message requests an overview of how many jobs are in which status.This message requests an overview of how many jobs are in which status.This message requests an overview of the status, such as how many TaskManagers are currently connected, how many slots are available, how many are free, ...