Uses of Class
com.ibm.wsspi.usage.metering.AggregationMethodDescriptor
-
-
Uses of AggregationMethodDescriptor in com.ibm.wsspi.usage.metering
Classes in com.ibm.wsspi.usage.metering with type parameters of type AggregationMethodDescriptor Modifier and Type Class Description class
AggregationMethodDescriptor<T extends AggregationMethodDescriptor<?>>
Provides aggregation method descriptive information about a reportedMetric
, that will be used to control how the metric information is displayed.Subclasses of AggregationMethodDescriptor in com.ibm.wsspi.usage.metering Modifier and Type Class Description class
MetricDescriptor
Provides descriptive information about a reportedMetric
, that will be used to control how the metric information is displayed.class
MetricGroupDescriptor
Provides group descriptive information about a reportedMetric
, that will be used to control how the metric information is displayed.Methods in com.ibm.wsspi.usage.metering that return AggregationMethodDescriptor Modifier and Type Method Description AggregationMethodDescriptor<T>
AggregationMethodDescriptor. setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
Sets the aggregation type methods for an entire time range.AggregationMethodDescriptor<T>
AggregationMethodDescriptor. setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
Sets the aggregation type methods for small time periods (e.g.
-