public interface JobGraphStore extends JobGraphWriter
JobGraph instances for recovery.| Modifier and Type | Interface and Description |
|---|---|
static interface |
JobGraphStore.JobGraphListener
A listener for
JobGraph instances. |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.flink.api.common.JobID> |
getJobIds()
Get all job ids of submitted job graphs to the submitted job graph store.
|
JobGraph |
recoverJobGraph(org.apache.flink.api.common.JobID jobId)
|
void |
start(JobGraphStore.JobGraphListener jobGraphListener)
Starts the
JobGraphStore service. |
void |
stop()
Stops the
JobGraphStore service. |
globalCleanupAsync, localCleanupAsync, putJobGraph, putJobResourceRequirementsvoid start(JobGraphStore.JobGraphListener jobGraphListener) throws Exception
JobGraphStore service.Exceptionvoid stop() throws Exception
JobGraphStore service.Exception@Nullable JobGraph recoverJobGraph(org.apache.flink.api.common.JobID jobId) throws Exception
ExceptionCollection<org.apache.flink.api.common.JobID> getJobIds() throws Exception
Exception - if the operation failsCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.