| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.zookeeper |
| Constructor and Description |
|---|
DefaultCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain,
StateHandleStore<CompletedCheckpoint,R> stateHandleStore,
CheckpointStoreUtil completedCheckpointStoreUtil,
Executor executor)
Creates a
DefaultCompletedCheckpointStore instance. |
| Constructor and Description |
|---|
DefaultJobGraphStore(StateHandleStore<JobGraph,R> stateHandleStore,
JobGraphStoreWatcher jobGraphStoreWatcher,
JobGraphStoreUtil jobGraphStoreUtil) |
| Modifier and Type | Class and Description |
|---|---|
class |
ZooKeeperStateHandleStore<T extends Serializable>
Class which stores state via the provided
RetrievableStateStorageHelper and writes the
returned state handle to ZooKeeper. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.