| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdvancedColumnFamilyOptionsInterface<T extends AdvancedColumnFamilyOptionsInterface<T>>
Advanced Column Family Options which are not
mutable (i.e. present in
AdvancedMutableColumnFamilyOptionsInterface
Taken from include/rocksdb/advanced_options.h |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnFamilyOptionsInterface<T extends ColumnFamilyOptionsInterface<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnFamilyOptions
ColumnFamilyOptions to control the behavior of a database.
|
class |
Options
Options to control the behavior of a database.
|
Copyright © 2022. All rights reserved.