| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
CompactRangeOptions.BottommostLevelCompaction |
CompactRangeOptions.bottommostLevelCompaction()
Returns the policy for compacting the bottommost level
|
static CompactRangeOptions.BottommostLevelCompaction |
CompactRangeOptions.BottommostLevelCompaction.fromRocksId(int bottommostLevelCompaction)
Returns the BottommostLevelCompaction for the given C++ rocks enum value.
|
static CompactRangeOptions.BottommostLevelCompaction |
CompactRangeOptions.BottommostLevelCompaction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactRangeOptions.BottommostLevelCompaction[] |
CompactRangeOptions.BottommostLevelCompaction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompactRangeOptions |
CompactRangeOptions.setBottommostLevelCompaction(CompactRangeOptions.BottommostLevelCompaction bottommostLevelCompaction)
Sets the policy for compacting the bottommost level
|
Copyright © 2022. All rights reserved.