@InterfaceAudience.Private public class DefaultCompactor extends Compactor
compact(CompactionRequest)
Compactor.CellSink, Compactor.FileDetails
compactionCompression, 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, setSmallestReadPoint
public DefaultCompactor(org.apache.hadoop.conf.Configuration conf, Store store)
public List<org.apache.hadoop.fs.Path> compact(CompactionRequest request) throws IOException
compact
in class Compactor
request
- the requested compactionIOException
Copyright © 2013 The Apache Software Foundation. All rights reserved.