public interface JobStatusProvider
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobStatus |
getState()
Returns the current
JobStatus for this execution graph. |
long |
getStatusTimestamp(org.apache.flink.api.common.JobStatus status)
Returns the timestamp for the given
JobStatus. |
org.apache.flink.api.common.JobStatus getState()
JobStatus for this execution graph.long getStatusTimestamp(org.apache.flink.api.common.JobStatus status)
JobStatus.status - status for which the timestamp should be returnedCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.