| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
static TtlDB |
TtlDB.open(DBOptions options,
String db_path,
List<ColumnFamilyDescriptor> columnFamilyDescriptors,
List<ColumnFamilyHandle> columnFamilyHandles,
List<Integer> ttlValues,
boolean readOnly)
Opens a TtlDB.
|
static TtlDB |
TtlDB.open(Options options,
String db_path)
Opens a TtlDB.
|
static TtlDB |
TtlDB.open(Options options,
String db_path,
int ttl,
boolean readOnly)
Opens a TtlDB.
|
Copyright © 2022. All rights reserved.