org.apache.hadoop.hbase.regionserver.compactions
Class CompactSelection
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.CompactSelection
@InterfaceAudience.Private
public class CompactSelection
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompactSelection
public CompactSelection(List<StoreFile> filesToCompact)
getFilesToCompact
public List<StoreFile> getFilesToCompact()
emptyFileList
public void emptyFileList()
- Removes all files from the current compaction list, and resets off peak
compactions is set.
isOffPeakCompaction
public boolean isOffPeakCompaction()
setOffPeak
public void setOffPeak(boolean value)
getSelectionTime
public long getSelectionTime()
getSubList
public CompactSelection getSubList(int start,
int end)
clearSubList
public void clearSubList(int start,
int end)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.