| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Class and Description |
|---|---|
class |
HashLinkedListMemTableConfig
The config for hash linked list memtable representation
Such memtable contains a fix-sized array of buckets, where
each bucket points to a sorted singly-linked
list (or null if the bucket is empty).
|
class |
HashSkipListMemTableConfig
The config for hash skip-list mem-table representation.
|
class |
SkipListMemTableConfig
The config for skip-list memtable representation.
|
class |
VectorMemTableConfig
The config for vector memtable representation.
|
| Modifier and Type | Method and Description |
|---|---|
MemTableConfig |
ColumnFamilyOptions.memTableConfig() |
MemTableConfig |
ColumnFamilyOptionsInterface.memTableConfig()
Get the config for mem-table.
|
MemTableConfig |
Options.memTableConfig() |
| Modifier and Type | Method and Description |
|---|---|
ColumnFamilyOptions |
ColumnFamilyOptions.setMemTableConfig(MemTableConfig memTableConfig) |
T |
ColumnFamilyOptionsInterface.setMemTableConfig(MemTableConfig memTableConfig)
Set the config for mem-table.
|
Options |
Options.setMemTableConfig(MemTableConfig config) |
Copyright © 2021. All rights reserved.