Package org.apache.flink.runtime.client
Class JobStatusMessage
- java.lang.Object
-
- org.apache.flink.runtime.client.JobStatusMessage
-
- All Implemented Interfaces:
Serializable
public class JobStatusMessage extends Object implements Serializable
A simple message that holds the state of a job execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobStatusMessage(org.apache.flink.api.common.JobID jobId, String jobName, org.apache.flink.api.common.JobStatus jobState, long startTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.api.common.JobID
getJobId()
String
getJobName()
org.apache.flink.api.common.JobStatus
getJobState()
long
getStartTime()
-
-
-
Constructor Detail
-
JobStatusMessage
public JobStatusMessage(org.apache.flink.api.common.JobID jobId, String jobName, org.apache.flink.api.common.JobStatus jobState, long startTime)
-
-
Method Detail
-
getJobId
public org.apache.flink.api.common.JobID getJobId()
-
getJobName
public String getJobName()
-
getJobState
public org.apache.flink.api.common.JobStatus getJobState()
-
getStartTime
public long getStartTime()
-
-