public class JobStatusMessage extends Object implements Serializable
Constructor and Description |
---|
JobStatusMessage(org.apache.flink.api.common.JobID jobId,
String jobName,
JobStatus jobState,
long startTime) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.api.common.JobID |
getJobId() |
String |
getJobName() |
JobStatus |
getJobState() |
long |
getStartTime() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.