| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
HashSkipListMemTableConfig |
HashSkipListMemTableConfig.setBranchingFactor(int bf)
Set the branching factor used in the hash skip-list memtable.
|
HashSkipListMemTableConfig |
HashSkipListMemTableConfig.setBucketCount(long count)
Set the number of hash buckets used in the hash skiplist memtable.
|
HashSkipListMemTableConfig |
HashSkipListMemTableConfig.setHeight(int height)
Set the height of the skip list.
|
Copyright © 2022. All rights reserved.