| 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 |
StandaloneSubmittedJobGraphStore.recoverJobGraph(org.apache.flink.api.common.JobID jobId) |
SubmittedJobGraph |
SubmittedJobGraphStore.recoverJobGraph(org.apache.flink.api.common.JobID jobId)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZooKeeperSubmittedJobGraphStore.putJobGraph(SubmittedJobGraph jobGraph) |
void |
StandaloneSubmittedJobGraphStore.putJobGraph(SubmittedJobGraph jobGraph) |
void |
SubmittedJobGraphStore.putJobGraph(SubmittedJobGraph jobGraph)
Adds the
SubmittedJobGraph instance. |
| Constructor and Description |
|---|
ZooKeeperSubmittedJobGraphStore(String zooKeeperFullBasePath,
ZooKeeperStateHandleStore<SubmittedJobGraph> zooKeeperStateHandleStore,
org.apache.curator.framework.recipes.cache.PathChildrenCache pathCache)
Submitted job graph store backed by ZooKeeper.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.