Package | Description |
---|---|
com.j256.simplemetrics.metric |
Metrics classes which do the value storage and updating.
|
Modifier and Type | Method and Description |
---|---|
ControlledMetric.AggregationType |
ControlledMetricValue.getAggregationType() |
ControlledMetric.AggregationType |
ControlledMetricRatio.getAggregationType() |
ControlledMetric.AggregationType |
ControlledMetricAccum.getAggregationType() |
ControlledMetric.AggregationType |
ControlledMetric.getAggregationType()
Returns the type of aggregation used by this metric.
|
static ControlledMetric.AggregationType |
ControlledMetric.AggregationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlledMetric.AggregationType[] |
ControlledMetric.AggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.