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 String
FIELD_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 boolean
equals(Object obj)
org.apache.flink.api.common.JobStatus
getJobStatus()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
FIELD_NAME_STATUS
public static final String FIELD_NAME_STATUS
- See Also:
- Constant Field Values
-
-