| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
static CompactionStopStyle |
CompactionStopStyle.getCompactionStopStyle(byte value)
Get CompactionStopStyle by byte value.
|
CompactionStopStyle |
CompactionOptionsUniversal.stopStyle()
The algorithm used to stop picking files into a single compaction run
Default:
CompactionStopStyleTotalSize |
static CompactionStopStyle |
CompactionStopStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactionStopStyle[] |
CompactionStopStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompactionOptionsUniversal |
CompactionOptionsUniversal.setStopStyle(CompactionStopStyle compactionStopStyle)
The algorithm used to stop picking files into a single compaction run
Default:
CompactionStopStyleTotalSize |
Copyright © 2021. All rights reserved.