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 aJobsOverview
message.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static RequestJobsOverview
getInstance()
int
hashCode()
String
toString()
-