@ThreadSafe public class CheckpointsCleaner extends Object implements Serializable, org.apache.flink.util.AutoCloseableAsync
| Constructor and Description |
|---|
CheckpointsCleaner() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanCheckpoint(Checkpoint checkpoint,
boolean shouldDiscard,
Runnable postCleanAction,
Executor executor) |
void |
cleanCheckpointOnFailedStoring(CompletedCheckpoint completedCheckpoint,
Executor executor) |
CompletableFuture<Void> |
closeAsync() |
public void cleanCheckpoint(Checkpoint checkpoint, boolean shouldDiscard, Runnable postCleanAction, Executor executor)
public void cleanCheckpointOnFailedStoring(CompletedCheckpoint completedCheckpoint, Executor executor)
public CompletableFuture<Void> closeAsync()
closeAsync in interface org.apache.flink.util.AutoCloseableAsyncCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.