| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.jobmanager |
| Modifier and Type | Method and Description |
|---|---|
SubmittedJobGraph |
SingleJobSubmittedJobGraphStore.recoverJobGraph(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleJobSubmittedJobGraphStore.putJobGraph(SubmittedJobGraph jobGraph) |
| Modifier and Type | Method and Description |
|---|---|
SubmittedJobGraph |
ZooKeeperSubmittedJobGraphStore.recoverJobGraph(org.apache.flink.api.common.JobID jobId) |
SubmittedJobGraph |
SubmittedJobGraphStore.recoverJobGraph(org.apache.flink.api.common.JobID jobId)
|
SubmittedJobGraph |
StandaloneSubmittedJobGraphStore.recoverJobGraph(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZooKeeperSubmittedJobGraphStore.putJobGraph(SubmittedJobGraph jobGraph) |
void |
SubmittedJobGraphStore.putJobGraph(SubmittedJobGraph jobGraph)
Adds the
SubmittedJobGraph instance. |
void |
StandaloneSubmittedJobGraphStore.putJobGraph(SubmittedJobGraph jobGraph) |
| Constructor and Description |
|---|
ZooKeeperSubmittedJobGraphStore(org.apache.curator.framework.CuratorFramework client,
String currentJobsPath,
RetrievableStateStorageHelper<SubmittedJobGraph> stateStorage)
Submitted job graph store backed by ZooKeeper.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.