Class JobStatusInfo
- java.lang.Object
-
- org.apache.flink.runtime.messages.webmonitor.JobStatusInfo
-
- All Implemented Interfaces:
Serializable,InfoMessage,ResponseBody
public class JobStatusInfo extends Object implements ResponseBody, InfoMessage
The status of a specific job.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_NAME_STATUS
-
Constructor Summary
Constructors Constructor Description JobStatusInfo(org.apache.flink.api.common.JobStatus jobStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)org.apache.flink.api.common.JobStatusgetJobStatus()inthashCode()StringtoString()
-
-
-
Field Detail
-
FIELD_NAME_STATUS
public static final String FIELD_NAME_STATUS
- See Also:
- Constant Field Values
-
-