|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMultiFileWriter | |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.compactions | |
| Uses of AbstractMultiFileWriter in org.apache.hadoop.hbase.regionserver |
|---|
| Subclasses of AbstractMultiFileWriter in org.apache.hadoop.hbase.regionserver | |
|---|---|
class |
DateTieredMultiFileWriter
class for cell sink that separates the provided cells into multiple files for date tiered compaction. |
class |
StripeMultiFileWriter
Base class for cell sink that separates the provided cells into multiple files for stripe compaction. |
static class |
StripeMultiFileWriter.BoundaryMultiWriter
MultiWriter that separates the cells based on fixed row-key boundaries. |
static class |
StripeMultiFileWriter.SizeMultiWriter
MultiWriter that separates the cells based on target cell number per file and file count. |
| Uses of AbstractMultiFileWriter in org.apache.hadoop.hbase.regionserver.compactions |
|---|
| Classes in org.apache.hadoop.hbase.regionserver.compactions with type parameters of type AbstractMultiFileWriter | |
|---|---|
class |
AbstractMultiOutputCompactor<T extends AbstractMultiFileWriter>
Base class for implementing a Compactor which will generate multiple output files after compaction. |
| Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type AbstractMultiFileWriter | |
|---|---|
protected void |
AbstractMultiOutputCompactor.initMultiWriter(AbstractMultiFileWriter writer,
InternalScanner scanner,
Compactor.FileDetails fd,
boolean shouldDropBehind)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||