| Package | Description |
|---|---|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapStat<T,C extends MapStatComponent<T,C>>
A base class for JE stats that map String keys to component statistics, and
that return results as formatted strings.
|
class |
MapStatComponent<T,C extends MapStatComponent<T,C>>
The interface for individual stat components included in a
MapStat. |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicLongComponent
A stat component based on an AtomicLong.
|
class |
DoubleExpMovingAvg
A double JE stat component generated from an exponential moving average over
a specified time period of values supplied with associated times, to support
averaging values that are generated at irregular intervals.
|
class |
LatencyPercentile
A long JE stat component that computes a percentile latency by tracking
latency values in milliseconds.
|
class |
LongAvg
A long JE stat component that computes an average value.
|
class |
LongAvgRate
A long JE stat component generated from an exponential moving average over a
specified time period of the rate of change in a long value over time.
|
class |
LongDiffStat
A long JE stat component that computes the difference between another stat
and a specified value.
|
class |
LongMax
A long JE stat component that maintains a maximum value.
|
Copyright © 2024. All rights reserved.