Package org.apache.flink.runtime.client
Class JobStatusMessage
java.lang.Object
org.apache.flink.runtime.client.JobStatusMessage
- All Implemented Interfaces:
Serializable
A simple message that holds the state of a job execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobStatusMessage(org.apache.flink.api.common.JobID jobId, String jobName, org.apache.flink.api.common.JobStatus jobState, long startTime) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.common.JobIDgetJobId()org.apache.flink.api.common.JobStatuslong
-
Constructor Details
-
JobStatusMessage
public JobStatusMessage(org.apache.flink.api.common.JobID jobId, String jobName, org.apache.flink.api.common.JobStatus jobState, long startTime)
-
-
Method Details
-
getJobId
public org.apache.flink.api.common.JobID getJobId() -
getJobName
-
getJobState
public org.apache.flink.api.common.JobStatus getJobState() -
getStartTime
public long getStartTime()
-