public class SSTableDeletingTask
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
SSTableDeletingTask(SSTableReader referent) |
Modifier and Type | Method and Description |
---|---|
static void |
rescheduleFailedTasks()
Retry all deletions that failed the first time around (presumably b/c the sstable was still mmap'd.)
Useful because there are times when we know GC has been invoked; also exposed as an mbean.
|
void |
run() |
void |
schedule() |
void |
setTracker(DataTracker tracker) |
static void |
waitForDeletions()
for tests
|
public SSTableDeletingTask(SSTableReader referent)
public void setTracker(DataTracker tracker)
public void schedule()
public void run()
run
in interface java.lang.Runnable
public static void rescheduleFailedTasks()
public static void waitForDeletions()
Copyright © 2015 The Apache Software Foundation