Package | Description |
---|---|
org.apache.flink.runtime.jobmanager |
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)
Returns the
SubmittedJobGraph with the given 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,
StateStorageHelper<SubmittedJobGraph> stateStorage,
Executor executor)
Submitted job graph store backed by ZooKeeper
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.