|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Compactor.CellSink | |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
Uses of Compactor.CellSink in org.apache.hadoop.hbase.regionserver |
---|
Classes in org.apache.hadoop.hbase.regionserver that implement Compactor.CellSink | |
---|---|
class |
AbstractMultiFileWriter
Base class for cell sink that separates the provided cells into multiple files. |
class |
DateTieredMultiFileWriter
class for cell sink that separates the provided cells into multiple files for date tiered compaction. |
static class |
StoreFile.Writer
A StoreFile writer. |
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 Compactor.CellSink in org.apache.hadoop.hbase.regionserver.compactions |
---|
Classes in org.apache.hadoop.hbase.regionserver.compactions with type parameters of type Compactor.CellSink | |
---|---|
class |
Compactor<T extends Compactor.CellSink>
A compactor is a compaction algorithm associated a given policy. |
Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type Compactor.CellSink | |
---|---|
protected boolean |
Compactor.performCompaction(InternalScanner scanner,
Compactor.CellSink writer,
long smallestReadPoint,
CompactionThroughputController throughputController)
Performs the compaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |