@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
|
void append(Cell cell) throws IOException
cell
- the cell to be added nIOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.