@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 addedIOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.