@InterfaceAudience.Private public class DefaultCompactor extends Compactor
compact(CompactionRequest)Compactor.CellSink, Compactor.FileDetailscompactionCompression, conf, progress, store| Constructor and Description |
|---|
DefaultCompactor(org.apache.hadoop.conf.Configuration conf,
Store store) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.fs.Path> |
compact(CompactionRequest request)
Do a minor/major compaction on an explicit set of storefiles from a Store.
|
abortWriter, compactForTesting, createFileScanners, createScanner, getFileDetails, getProgress, performCompaction, postCreateCoprocScanner, preCreateCoprocScanner, setSmallestReadPointpublic DefaultCompactor(org.apache.hadoop.conf.Configuration conf,
Store store)
public List<org.apache.hadoop.fs.Path> compact(CompactionRequest request) throws IOException
compact in class Compactorrequest - the requested compactionIOExceptionCopyright © 2014 The Apache Software Foundation. All Rights Reserved.