| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
static HistogramType |
HistogramType.getHistogramType(byte value)
Get Histogram type by byte value.
|
static HistogramType |
HistogramType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistogramType[] |
HistogramType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HistogramData |
Statistics.getHistogramData(HistogramType histogramType)
Gets the histogram data for a particular histogram.
|
String |
Statistics.getHistogramString(HistogramType histogramType)
Gets a string representation of a particular histogram.
|
void |
StatisticsCollectorCallback.histogramCallback(HistogramType histType,
HistogramData histData)
Callback function to get histogram values.
|
| Constructor and Description |
|---|
Statistics(EnumSet<HistogramType> ignoreHistograms) |
Statistics(EnumSet<HistogramType> ignoreHistograms,
Statistics otherStatistics) |
Copyright © 2022. All rights reserved.