| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableColumnFamilyOptionsInterface<T extends MutableColumnFamilyOptionsInterface<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnFamilyOptions
ColumnFamilyOptions to control the behavior of a database.
|
static class |
MutableColumnFamilyOptions.MutableColumnFamilyOptionsBuilder |
class |
Options
Options to control the behavior of a database.
|
| Modifier and Type | Method and Description |
|---|---|
MutableColumnFamilyOptionsInterface<T> |
MutableColumnFamilyOptionsInterface.setDisableAutoCompactions(boolean disableAutoCompactions)
Disable automatic compactions.
|
MutableColumnFamilyOptionsInterface<T> |
MutableColumnFamilyOptionsInterface.setLevel0FileNumCompactionTrigger(int level0FileNumCompactionTrigger)
Number of files to trigger level-0 compaction.
|
MutableColumnFamilyOptionsInterface<T> |
MutableColumnFamilyOptionsInterface.setMaxCompactionBytes(long maxCompactionBytes)
We try to limit number of bytes in one compaction to be lower than this
threshold.
|
MutableColumnFamilyOptionsInterface<T> |
MutableColumnFamilyOptionsInterface.setWriteBufferSize(long writeBufferSize)
Amount of data to build up in memory (backed by an unsorted log
on disk) before converting to a sorted on-disk file.
|
Copyright © 2021. All rights reserved.