public class SnapshotDeletingTask
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
java.io.File |
path |
Modifier and Type | Method and Description |
---|---|
static void |
addFailedSnapshot(java.io.File path) |
static int |
pendingDeletionCount() |
static void |
rescheduleFailedTasks()
Retry all failed deletions.
|
void |
run() |
public static void addFailedSnapshot(java.io.File path)
public void run()
run
in interface java.lang.Runnable
public static void rescheduleFailedTasks()
public static int pendingDeletionCount()
Copyright © 2009-2021 The Apache Software Foundation