public class SSTableDeletingTask
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
java.util.Set<Component> |
components |
Descriptor |
desc |
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 final Descriptor desc
public final java.util.Set<Component> components
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 © 2013 The Apache Software Foundation