| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.compactions | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DateTieredMultiFileWriterclass for cell sink that separates the provided cells into multiple files for date tiered
 compaction. | 
| class  | StripeMultiFileWriterBase class for cell sink that separates the provided cells into multiple files for stripe
 compaction. | 
| static class  | StripeMultiFileWriter.BoundaryMultiWriterMultiWriter that separates the cells based on fixed row-key boundaries. | 
| static class  | StripeMultiFileWriter.SizeMultiWriterMultiWriter that separates the cells based on target cell number per file and file count. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMultiOutputCompactor<T extends AbstractMultiFileWriter>Base class for implementing a Compactor which will generate multiple output files after
 compaction. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractMultiOutputCompactor. initMultiWriter(AbstractMultiFileWriter writer,
               InternalScanner scanner,
               Compactor.FileDetails fd,
               boolean shouldDropBehind) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.