public class SingleSSTableLCSTask extends AbstractCompactionTask
cfs, compactionType, isUserDefined, transaction
Constructor and Description |
---|
SingleSSTableLCSTask(ColumnFamilyStore cfs,
LifecycleTransaction txn,
int level) |
Modifier and Type | Method and Description |
---|---|
protected int |
executeInternal(ActiveCompactionsTracker activeCompactions) |
CompactionAwareWriter |
getCompactionAwareWriter(ColumnFamilyStore cfs,
Directories directories,
LifecycleTransaction txn,
java.util.Set<SSTableReader> nonExpiredSSTables) |
protected void |
runMayThrow() |
execute, setCompactionType, setUserDefined, toString
run
public SingleSSTableLCSTask(ColumnFamilyStore cfs, LifecycleTransaction txn, int level)
public CompactionAwareWriter getCompactionAwareWriter(ColumnFamilyStore cfs, Directories directories, LifecycleTransaction txn, java.util.Set<SSTableReader> nonExpiredSSTables)
getCompactionAwareWriter
in class AbstractCompactionTask
protected int executeInternal(ActiveCompactionsTracker activeCompactions)
executeInternal
in class AbstractCompactionTask
protected void runMayThrow()
runMayThrow
in class WrappedRunnable
Copyright © 2009- The Apache Software Foundation