@InterfaceAudience.Private public class RowPrefixFixedLengthBloomContext extends RowBloomContext
| Modifier and Type | Field and Description |
|---|---|
private int |
prefixLength |
bloomFilterWriter, comparator| Constructor and Description |
|---|
RowPrefixFixedLengthBloomContext(BloomFilterWriter bloomFilterWriter,
CellComparator comparator,
int prefixLength) |
| Modifier and Type | Method and Description |
|---|---|
private Cell |
getRowPrefixCell(Cell cell) |
void |
writeBloom(Cell cell)
Bloom information from the cell is retrieved
|
addLastBloomKey, isNewKeygetLastCellprivate final int prefixLength
public RowPrefixFixedLengthBloomContext(BloomFilterWriter bloomFilterWriter, CellComparator comparator, int prefixLength)
public void writeBloom(Cell cell) throws IOException
BloomContextwriteBloom in class BloomContextIOExceptionprivate Cell getRowPrefixCell(Cell cell)
cell - the cellCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.