Packages that use org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
-
class
org.apache.hadoop.hbase.regionserver.DateTieredMultiFileWriter
class for cell sink that separates the provided cells into multiple files for date tiered
compaction.
class
org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
Base class for cell sink that separates the provided cells into multiple files for stripe
compaction.
static class
org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.BoundaryMultiWriter
MultiWriter that separates the cells based on fixed row-key boundaries.
static class
org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.SizeMultiWriter
MultiWriter that separates the cells based on target cell number per file and file count.