Uses of Interface
org.apache.hadoop.hbase.regionserver.compactions.Compactor.CellSink

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
static class StoreFile.Writer
          A StoreFile writer.
 class StripeMultiFileWriter
          Base class for cell sink that separates the provided cells into multiple files.
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
 

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.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.