Interface CellSink

All Known Subinterfaces:
BloomFilterWriter, HFile.Writer
All Known Implementing Classes:
AbstractMultiFileWriter, CompoundBloomFilterWriter, DateTieredMultiFileWriter, HFileWriterImpl, StoreFileWriter, StripeMultiFileWriter, StripeMultiFileWriter.BoundaryMultiWriter, StripeMultiFileWriter.SizeMultiWriter

@Private public interface CellSink
A sink of cells that allows appending cells to the Writers that implement it. HFile.Writer, StoreFileWriter, AbstractMultiFileWriter, BloomFilterWriter are some implementors of this.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Append the given cell
    default void
    Append the given (possibly partial) list of cells of a row