| Package | Description |
|---|---|
| org.iq80.leveldb.table |
| Modifier and Type | Class and Description |
|---|---|
class |
BloomFilterPolicy
BloomFilter policy
|
| Modifier and Type | Method and Description |
|---|---|
protected org.iq80.leveldb.table.FilterBlockReader |
Table.readFilter(FilterPolicy filterPolicy,
Slice filterHandle,
boolean verifyChecksum) |
| Constructor and Description |
|---|
FilterBlockBuilder(FilterPolicy policy) |
Table(RandomInputFile source,
Comparator<Slice> comparator,
boolean paranoidChecks,
ILRUCache<CacheKey,Slice> blockCache,
FilterPolicy filterPolicy) |
Copyright © 2011–2020. All rights reserved.