Uses of Class
org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Package
Description
-
Uses of AbstractMultiFileWriter in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
class for cell sink that separates the provided cells into multiple files for date tiered compaction.class
Base class for cell sink that separates the provided cells into multiple files for stripe compaction.static class
MultiWriter that separates the cells based on fixed row-key boundaries.static class
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
Modifier and TypeClassDescriptionclass
Base class for implementing a Compactor which will generate multiple output files after compaction.Modifier and TypeMethodDescriptionprotected void
AbstractMultiOutputCompactor.abortWriter
(AbstractMultiFileWriter writer) protected final void
AbstractMultiOutputCompactor.initMultiWriter
(AbstractMultiFileWriter writer, InternalScanner scanner, Compactor.FileDetails fd, boolean shouldDropBehind, boolean major, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker)