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 and Description |
|---|
JobResultEntry(JobResult jobResult) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobID |
getJobId() |
JobResult |
getJobResult() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.