| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.util |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBloomFilter |
ByteBloomFilter.createAnother()
Creates another similar Bloom filter.
|
static ByteBloomFilter |
ByteBloomFilter.createBySize(int byteSizeHint,
double errorRate,
int hashType,
int foldFactor)
Creates a Bloom filter of the given size.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.