| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
AccessHint |
DBOptions.accessHintOnCompactionStart() |
AccessHint |
DBOptionsInterface.accessHintOnCompactionStart()
Specify the file access pattern once a compaction is started.
|
AccessHint |
Options.accessHintOnCompactionStart() |
static AccessHint |
AccessHint.getAccessHint(byte byteIdentifier)
Get the AccessHint enumeration value by
passing the byte identifier to this method.
|
static AccessHint |
AccessHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessHint[] |
AccessHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DBOptions |
DBOptions.setAccessHintOnCompactionStart(AccessHint accessHint) |
T |
DBOptionsInterface.setAccessHintOnCompactionStart(AccessHint accessHint)
Specify the file access pattern once a compaction is started.
|
Options |
Options.setAccessHintOnCompactionStart(AccessHint accessHint) |
Copyright © 2021. All rights reserved.