| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
ZooKeeperCheckpointStoreUtil
Singleton
CheckpointStoreUtil implementation for ZooKeeper. |
| Modifier and Type | Method and Description |
|---|---|
static <R extends ResourceVersion<R>> |
DefaultCompletedCheckpointStoreUtils.retrieveCompletedCheckpoints(StateHandleStore<CompletedCheckpoint,R> checkpointStateHandleStore,
CheckpointStoreUtil completedCheckpointStoreUtil)
Fetch all
completed checkpoints from an external store. |
| Constructor and Description |
|---|
DefaultCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain,
StateHandleStore<CompletedCheckpoint,R> stateHandleStore,
CheckpointStoreUtil completedCheckpointStoreUtil,
Collection<CompletedCheckpoint> completedCheckpoints,
Executor executor)
Creates a
DefaultCompletedCheckpointStore instance. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.