Class RequestJobsOverview
- java.lang.Object
-
- org.apache.flink.runtime.messages.webmonitor.RequestJobsOverview
-
- All Implemented Interfaces:
Serializable,InfoMessage
public class RequestJobsOverview extends Object implements InfoMessage
This message requests an overview of how many jobs are in which status. The response to this message is aJobsOverviewmessage.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static RequestJobsOverviewgetInstance()inthashCode()StringtoString()
-