| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Class and Description |
|---|---|
class |
BloomFilter
Bloom filter policy that uses a bloom filter with approximately
the specified number of bits per key.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
BlockBasedTableConfig.filterPolicy()
Get the filter policy.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBasedTableConfig |
BlockBasedTableConfig.setFilter(Filter filter)
Deprecated.
|
BlockBasedTableConfig |
BlockBasedTableConfig.setFilterPolicy(Filter filterPolicy)
Use the specified filter policy to reduce disk reads.
|
Copyright © 2022. All rights reserved.