Class JobResultEntry
- java.lang.Object
-
- org.apache.flink.runtime.highavailability.JobResultEntry
-
public class JobResultEntry extends Object
JobResultEntryis the entity managed by theJobResultStore. It collects information about a globally terminated job (e.g.JobResult).
-
-
Constructor Summary
Constructors Constructor Description JobResultEntry(JobResult jobResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.api.common.JobIDgetJobId()JobResultgetJobResult()
-