| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableColumnFamilyOptions |
MutableColumnFamilyOptions.MutableColumnFamilyOptionsBuilder.build(String[] keys,
String[] values) |
| Modifier and Type | Method and Description |
|---|---|
void |
RocksDB.setOptions(ColumnFamilyHandle columnFamilyHandle,
MutableColumnFamilyOptions mutableColumnFamilyOptions)
Change the options for the column family handle.
|
void |
RocksDB.setOptions(MutableColumnFamilyOptions mutableColumnFamilyOptions)
Change the options for the default column family handle.
|
Copyright © 2022. All rights reserved.