| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
RocksDB.CountAndSize |
RocksDB.getApproximateMemTableStats(ColumnFamilyHandle columnFamilyHandle,
Range range)
This method is similar to
RocksDB.getApproximateSizes(ColumnFamilyHandle, List, SizeApproximationFlag...),
except that it returns approximate number of records and size in memtables. |
RocksDB.CountAndSize |
RocksDB.getApproximateMemTableStats(Range range)
This method is similar to
RocksDB.getApproximateSizes(ColumnFamilyHandle, List, SizeApproximationFlag...),
except that it returns approximate number of records and size in memtables. |
Copyright © 2021. All rights reserved.