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<JobID> |
getJobIds()
Get all job ids of submitted job graphs to the submitted job graph store.
|
JobGraph |
recoverJobGraph(JobID jobId)
|
void |
start(JobGraphStore.JobGraphListener jobGraphListener)
Starts the
JobGraphStore service. |
void |
stop()
Stops the
JobGraphStore service. |
globalCleanupAsync, localCleanupAsync, putJobGraph, putJobResourceRequirements
void start(JobGraphStore.JobGraphListener jobGraphListener) throws Exception
JobGraphStore
service.Exception
void stop() throws Exception
JobGraphStore
service.Exception
Collection<JobID> getJobIds() throws Exception
Exception
- if the operation failsCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.