public interface JobStatusListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
jobStatusChanges(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.JobStatus newJobStatus,
long timestamp)
This method is called whenever the status of the job changes.
|
void jobStatusChanges(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.JobStatus newJobStatus,
long timestamp)
jobId - The ID of the job.newJobStatus - The status the job switched to.timestamp - The timestamp when the status transition occurred.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.