| Package | Description |
|---|---|
| org.apache.hadoop.hbase.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundBloomFilter
A Bloom filter implementation built on top of
ByteBloomFilter,
encapsulating a set of fixed-size Bloom filters written out at the time of
HFile generation into the data
block stream, and loaded on demand at query time. |
class |
CompoundBloomFilterWriter
Adds methods required for writing a compound Bloom filter to the data
section of an
HFile to the
CompoundBloomFilter class. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.