| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.file.metadata | |
| org.apache.iotdb.tsfile.read | |
| org.apache.iotdb.tsfile.utils |
| Modifier and Type | Method and Description |
|---|---|
BloomFilter |
TsFileMetadata.getBloomFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
TsFileMetadata.setBloomFilter(BloomFilter bloomFilter) |
| Modifier and Type | Method and Description |
|---|---|
BloomFilter |
TsFileSequenceReader.readBloomFilter()
this function does not modify the position of the file reader.
|
| Modifier and Type | Method and Description |
|---|---|
static BloomFilter |
BloomFilter.buildBloomFilter(byte[] bytes,
int size,
int hashFunctionSize)
build bloom filter by bytes
|
static BloomFilter |
BloomFilter.getEmptyBloomFilter(double errorPercent,
int numOfString)
get empty bloom filter
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.