Interface JobStatusProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • getState

        org.apache.flink.api.common.JobStatus getState()
        Returns the current JobStatus for this execution graph.
        Returns:
        job status for this execution graph
      • getStatusTimestamp

        long getStatusTimestamp​(org.apache.flink.api.common.JobStatus status)
        Returns the timestamp for the given JobStatus.
        Parameters:
        status - status for which the timestamp should be returned
        Returns:
        timestamp for the given job status