| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.util |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompoundBloomFilter
A Bloom filter implementation built on top of
BloomFilterChunk, 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. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected BloomFilter |
StoreFileReader.deleteFamilyBloomFilter |
protected BloomFilter |
StoreFileReader.generalBloomFilter |
| 限定符和类型 | 方法和说明 |
|---|---|
static BloomFilter |
BloomFilterFactory.createFromMeta(DataInput meta,
HFile.Reader reader)
Instantiates the correct Bloom filter class based on the version provided
in the meta block data.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.