| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockBasedTableConfig
The config for plain table sst format.
|
class |
PlainTableConfig
The config for plain table sst format.
|
| Modifier and Type | Method and Description |
|---|---|
TableFormatConfig |
ColumnFamilyOptions.tableFormatConfig() |
TableFormatConfig |
ColumnFamilyOptionsInterface.tableFormatConfig()
Get the config for table format.
|
TableFormatConfig |
Options.tableFormatConfig() |
| Modifier and Type | Method and Description |
|---|---|
ColumnFamilyOptions |
ColumnFamilyOptions.setTableFormatConfig(TableFormatConfig tableFormatConfig) |
T |
ColumnFamilyOptionsInterface.setTableFormatConfig(TableFormatConfig config)
Set the config for table format.
|
Options |
Options.setTableFormatConfig(TableFormatConfig config) |
Copyright © 2021. All rights reserved.