@InterfaceAudience.Private
public interface CellSink
HFile.Writer, StoreFileWriter,
AbstractMultiFileWriter, BloomFilterWriter are some implementors of this.| Modifier and Type | Method and Description |
|---|---|
void |
append(Cell cell)
Append the given cell
|
default void |
appendAll(List<Cell> cellList)
Append the given (possibly partial) list of cells of a row
|
void append(Cell cell) throws IOException
cell - the cell to be addedIOExceptiondefault void appendAll(List<Cell> cellList) throws IOException
cellList - the cell list to be addedIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.