| 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 |
AtomicIntStat
A int JE stat that uses
AtomicInteger to be thread safe. |
class |
AtomicLongStat
A long JE stat that uses
AtomicLong to be thread safe. |
class |
IntegralRateStat
A long stat which represents a rate whose value is Integral.
|
class |
IntStat
An integer JE stat.
|
class |
LatencyPercentileStat
An long JE stat that computes a percentile latency by tracking latency
values in milliseconds.
|
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 |
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 |
NoClearAtomicLongStat
A version of
AtomicLongStat that does not reset its value when
cleared. |
Copyright © 2024. All rights reserved.