| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
DataBlockIndexType |
BlockBasedTableConfig.dataBlockIndexType()
Get the data block index type.
|
static DataBlockIndexType |
DataBlockIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBlockIndexType[] |
DataBlockIndexType.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.setDataBlockIndexType(DataBlockIndexType dataBlockIndexType)
Sets the data block index type to used with this table.
|
Copyright © 2021. All rights reserved.