| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
IndexShorteningMode |
BlockBasedTableConfig.indexShortening()
Get the index shortening mode.
|
static IndexShorteningMode |
IndexShorteningMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexShorteningMode[] |
IndexShorteningMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBasedTableConfig |
BlockBasedTableConfig.setIndexShortening(IndexShorteningMode indexShortening)
Set the index shortening mode.
|
Copyright © 2021. All rights reserved.