| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.util | |
| org.apache.flink.runtime.zookeeper |
| Constructor and Description |
|---|
ZooKeeperCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain,
ZooKeeperStateHandleStore<CompletedCheckpoint> checkpointsInZooKeeper,
Executor executor)
Creates a
ZooKeeperCompletedCheckpointStore instance. |
| Constructor and Description |
|---|
ZooKeeperJobGraphStore(String zooKeeperFullBasePath,
ZooKeeperStateHandleStore<JobGraph> zooKeeperStateHandleStore,
org.apache.curator.framework.recipes.cache.PathChildrenCache pathCache)
Submitted job graph store backed by ZooKeeper.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
ZooKeeperUtils.createZooKeeperStateHandleStore(org.apache.curator.framework.CuratorFramework client,
String path,
RetrievableStateStorageHelper<T> stateStorage)
Creates an instance of
ZooKeeperStateHandleStore. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
ZooKeeperUtilityFactory.createZooKeeperStateHandleStore(String zkStateHandleStorePath,
RetrievableStateStorageHelper<T> stateStorageHelper)
Creates a
ZooKeeperStateHandleStore instance with the provided arguments. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.