| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.util |
| 限定符和类型 | 类和说明 |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.