Uses of Class
org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter

Packages that use org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Package
Description
 
  • Uses of org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter in org.apache.hadoop.hbase.regionserver

    Subclasses of org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter in in org.apache.hadoop.hbase.regionserver
    Modifier and Type
    Class
    Description
    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.