| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
ColumnFamilyMetaData |
RocksDB.getColumnFamilyMetaData()
Obtains the meta data of the default column family of the DB.
|
ColumnFamilyMetaData |
RocksDB.getColumnFamilyMetaData(ColumnFamilyHandle columnFamilyHandle)
Obtains the meta data of the specified column family of the DB.
|
Copyright © 2022. All rights reserved.