Interface CellSink
- All Known Subinterfaces:
BloomFilterWriter,HFile.Writer
- All Known Implementing Classes:
AbstractMultiFileWriter,CompoundBloomFilterWriter,DateTieredMultiFileWriter,HFileWriterImpl,StoreFileWriter,StripeMultiFileWriter,StripeMultiFileWriter.BoundaryMultiWriter,StripeMultiFileWriter.SizeMultiWriter
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
-
Method Details
-
append
Append the given cell- Parameters:
cell- the cell to be added- Throws:
IOException
-