Package | Description |
---|---|
com.j256.simplemetrics.metric |
Metrics classes which do the value storage and updating.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseControlledMetric<V,MV extends MetricValue<V,MV>>
Base metric class which defines some common fields and methods.
|
interface |
ControlledMetric<V,MV extends MetricValue<V,MV>>
Metric which is managed by the system.
|
interface |
MetricValue<V,MV extends MetricValue<V,MV>>
Metric values that wraps a raw metric value.
|
Modifier and Type | Class and Description |
---|---|
static class |
ControlledMetricAccum.AccumValue
Wrapper around a long counter and a reset flag.
|
static class |
ControlledMetricRatio.RatioValue
Wrapper around a numerator and denominator.
|
static class |
ControlledMetricValue.ValueCount
Wrapper around a current value and count so we can calculate averages internally.
|
Constructor and Description |
---|
MetricValueDetails(MetricValue<?,?> metricValue) |
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.