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
MultipleJobsDetails
message.- 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 boolean
equals(Object o)
int
hashCode()
boolean
shouldIncludeFinished()
boolean
shouldIncludeRunning()
String
toString()
-