See: Description
| Interface | Description |
|---|---|
| InfoMessage |
Abstract base interface of all info messages exchanged between the
JobManager an for example the runtime monitor.
|
| Class | Description |
|---|---|
| ClusterOverview |
Response to the
RequestStatusOverview message, carrying a description
of the Flink cluster status. |
| JobDetails |
An actor message with a detailed overview of the current status of a job.
|
| JobDetails.JobDetailsDeserializer | |
| JobDetails.JobDetailsSerializer | |
| JobIdsWithStatusOverview |
An overview of how many jobs are in which status.
|
| JobIdsWithStatusOverview.JobIdWithStatus | |
| JobsOverview |
An overview of how many jobs are in which status.
|
| MultipleJobsDetails |
An actor messages describing details of various jobs.
|
| RequestJobDetails |
This message requests an overview of the jobs on the JobManager,
including running jobs and/or finished jobs.
|
| RequestJobsOverview |
This message requests an overview of how many jobs are in which status.
|
| RequestJobsWithIDsOverview |
This message requests an overview of how many jobs are in which status.
|
| RequestStatusOverview |
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, ...
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.