| Package | Description |
|---|---|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntRunningTotalStat
Used to create running totals across the lifetime of the StatGroup.
|
class |
LongMinZeroStat
For stats where the min value in the range is zero, so that sums, averages,
etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveTxnArrayStat
An array of active Txn stats.
|
class |
AtomicIntStat
A int JE stat that uses
AtomicInteger to be thread safe. |
class |
AtomicLongComponent
A stat component based on an AtomicLong.
|
class |
AtomicLongMapStat
A JE stat that maintains a map of individual values based on AtomicLong
which can be looked up with a String key, and that returns results as a
formatted string.
|
class |
AtomicLongStat
A long JE stat that uses
AtomicLong to be thread safe. |
class |
BooleanStat
A boolean JE stat.
|
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 |
FloatStat
A Float JE stat.
|
class |
IntegralLongAvgStat
A long stat which represents a average whose value is Integral.
|
class |
IntegralRateStat
A long stat which represents a rate whose value is Integral.
|
class |
IntStat
An integer JE stat.
|
class |
LatencyPercentile
A long JE stat component that computes a percentile latency by tracking
latency values in milliseconds.
|
class |
LatencyPercentileMapStat
A JE stat that maintains a map of individual
LatencyPercentile
values which can be looked up with a String key, and that returns results as
a formatted string. |
class |
LatencyPercentileStat
An long JE stat that computes a percentile latency by tracking latency
values in milliseconds.
|
class |
LongArrayStat
A Long array JE stat.
|
class |
LongAvg
A long JE stat component that computes an average value.
|
class |
LongAvgMapStat
A JE stat that maintains a map of
LongAvg values which can be looked
up with a String key, and that returns results as a formatted string. |
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 |
LongAvgRateMapStat
A JE stat that maintains a map of individual
LongAvgRate values
which can be looked up with a String key, and that returns results as a
formatted string. |
class |
LongAvgRateStat
A long JE stat generated from an exponential moving average over a
specified time period of the rate of change in a value over time.
|
class |
LongAvgStat
A long JE stat that computes the average of the values in the current time
period.
|
class |
LongDiffMapStat
A JE stat that maintains a map of individual
LongDiffStat values
which can be looked up with a String key, and that returns results as a
formatted string. |
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.
|
class |
LongMaxMapStat
A JE stat that maintains a map of
LongMax values which can be looked
up with a String key, and that returns results as a formatted string. |
class |
LongMaxStat
A long stat which maintains a maximum value.
|
class |
LongMaxZeroStat
For stats where the min value in the range is zero, so that sums, averages,
etc.
|
class |
LongMinStat
A long stat which maintains a minimum value.
|
class |
LongStat
A long JE stat.
|
class |
LSNStat
A long JE stat.
|
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. |
class |
NoClearAtomicLongStat
A version of
AtomicLongStat that does not reset its value when
cleared. |
class |
Stat<T>
Base class for all JE statistics.
|
class |
StatWithValueType<T>
Stat base class for stats that want to advertise a return value of a
particular type.
|
class |
StringStat
A stat that saves a string; a way to save general information for later
display and access.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BaseStat<T> |
BaseStat.copy()
Returns a copy of this statistic.
|
Copyright © 2024. All rights reserved.