| Package | Description |
|---|---|
| com.sleepycat.utilint |
INTERNAL: Misc utility classes used by JE, BDB and NoSQL DB.
|
| Modifier and Type | Method and Description |
|---|---|
Latency |
LatencyStat.calculate()
Generate the min, max, avg, 95th and 99th percentile for the collected
measurements.
|
Latency |
LatencyStat.calculateAndClear()
Generate the min, max, avg, 95th and 99th percentile for the collected
measurements, then clear the measurement collection.
|
Latency |
Latency.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
Latency.rollup(Latency other)
Add the measurements from "other" and recalculate the min, max, and
average values.
|
Copyright © 2024. All rights reserved.