| Package | Description |
|---|---|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Method and Description |
|---|---|
LongAvgRate |
LongAvgRate.copy() |
LongAvgRate |
LongAvgRate.copyLatest(LongAvgRate other)
Create and return a new stat that includes the most recent values from
this stat and another stat.
|
LongAvgRate |
LongAvgRateMapStat.createStat(String key)
Creates, stores, and returns a new stat for the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LongAvgRate.add(LongAvgRate other)
Update with more recent values from another stat.
|
LongAvgRate |
LongAvgRate.copyLatest(LongAvgRate other)
Create and return a new stat that includes the most recent values from
this stat and another stat.
|
Copyright © 2024. All rights reserved.