Class JobResultEntry


  • public class JobResultEntry
    extends Object
    JobResultEntry is the entity managed by the JobResultStore. It collects information about a globally terminated job (e.g. JobResult).
    • Constructor Detail

      • JobResultEntry

        public JobResultEntry​(JobResult jobResult)
    • Method Detail

      • getJobResult

        public JobResult getJobResult()
      • getJobId

        public org.apache.flink.api.common.JobID getJobId()