| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Field and Description |
|---|---|
private BloomFilterChunk |
CompoundBloomFilterWriter.chunk
The current chunk being written to
|
(package private) BloomFilterChunk |
CompoundBloomFilterWriter.ReadyChunk.chunk |
private BloomFilterChunk |
CompoundBloomFilterWriter.prevChunk
Previous chunk, so that we can create another similar chunk
|
| 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.