| 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.webmonitor |
| Class and Description |
|---|
| InfoMessage
Abstract base interface of all info messages exchanged between the
JobManager an for example the runtime monitor.
|
| JobDetails
An actor message with a detailed overview of the current status of a job.
|
| JobsOverview
An overview of how many jobs are in which status.
|
| JobsWithIDsOverview
An overview of how many jobs are in which status.
|
| 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, ...
|
| Class and Description |
|---|
| JobDetails
An actor message with a detailed overview of the current status of a job.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.