@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 nn
|
addLastBloomKey, isNewKey
getLastCell
private final int prefixLength
public RowPrefixFixedLengthBloomContext(BloomFilterWriter bloomFilterWriter, CellComparator comparator, int prefixLength)
public void writeBloom(Cell cell) throws IOException
BloomContext
writeBloom
in class BloomContext
IOException
private Cell getRowPrefixCell(Cell cell)
cell
- the cellCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.