| Package | Description |
|---|---|
| org.apache.hadoop.hbase.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
BloomFilterUtil.toString(BloomFilterChunk bloomFilter) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.