Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Class and Description |
---|---|
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.
|
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.abortWriter(AbstractMultiFileWriter writer) |
protected void |
AbstractMultiOutputCompactor.initMultiWriter(AbstractMultiFileWriter writer,
InternalScanner scanner,
Compactor.FileDetails fd,
boolean shouldDropBehind,
boolean major,
Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.