Class RequestJobDetails
- java.lang.Object
-
- org.apache.flink.runtime.messages.webmonitor.RequestJobDetails
-
- All Implemented Interfaces:
Serializable,InfoMessage
public class RequestJobDetails extends Object implements InfoMessage
This message requests an overview of the jobs on the JobManager, including running jobs and/or finished jobs.The response to this message is a
MultipleJobsDetailsmessage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestJobDetails(boolean includeRunning, boolean includeFinished)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()booleanshouldIncludeFinished()booleanshouldIncludeRunning()StringtoString()
-