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