@InterfaceAudience.Private public class RowBloomContext extends BloomContext
bloomFilterWriter, comparator| Constructor and Description |
|---|
RowBloomContext(BloomFilterWriter bloomFilterWriter,
org.apache.hadoop.hbase.CellComparator comparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLastBloomKey(HFile.Writer writer)
Adds the last bloom key to the HFile Writer as part of StorefileWriter close.
|
protected boolean |
isNewKey(org.apache.hadoop.hbase.Cell cell)
Returns true if the cell is a new key as per the bloom type
|
getLastCell, writeBloompublic RowBloomContext(BloomFilterWriter bloomFilterWriter, org.apache.hadoop.hbase.CellComparator comparator)
public void addLastBloomKey(HFile.Writer writer) throws IOException
BloomContextaddLastBloomKey in class BloomContextIOExceptionprotected boolean isNewKey(org.apache.hadoop.hbase.Cell cell)
BloomContextisNewKey in class BloomContextcell - the cell to be verifiedCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.