| Package | Description |
|---|---|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
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 |
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 |
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 |
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. |
| Constructor and Description |
|---|
MapStat(MapStat<T,C> other)
Creates an instance of this class as a copy of another instance.
|
Copyright © 2024. All rights reserved.