| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
Statistics |
StatsCollectorInput.getStatistics() |
Statistics |
DBOptions.statistics() |
Statistics |
DBOptionsInterface.statistics()
Returns statistics object.
|
Statistics |
Options.statistics() |
| Modifier and Type | Method and Description |
|---|---|
DBOptions |
DBOptions.setStatistics(Statistics statistics) |
T |
DBOptionsInterface.setStatistics(Statistics statistics)
Sets the statistics object which collects metrics about database operations.
|
Options |
Options.setStatistics(Statistics statistics) |
| Constructor and Description |
|---|
Statistics(EnumSet<HistogramType> ignoreHistograms,
Statistics otherStatistics) |
Statistics(Statistics otherStatistics) |
StatsCollectorInput(Statistics statistics,
StatisticsCollectorCallback statsCallback)
Constructor for StatsCollectorInput.
|
Copyright © 2022. All rights reserved.