Uses of Class
com.ibm.wsspi.usage.metering.MetricGroupDescriptor
-
-
Uses of MetricGroupDescriptor in com.ibm.wsspi.usage.metering
Methods in com.ibm.wsspi.usage.metering that return MetricGroupDescriptor Modifier and Type Method Description MetricGroupDescriptor
MetricGroupDescriptor. copyMetricAggregationMethods(MetricDescriptor metricDescriptor)
MetricGroupDescriptor
MetricGroupDescriptor. copyMetricAggregationMethods(MetricGroupDescriptor metricGroupDescriptor)
MetricGroupDescriptor
MetricGroupDescriptor. setGroupID(java.lang.String groupID)
Set the unique group identifier.MetricGroupDescriptor
MetricGroupDescriptor. setGroupRollUpMethod(MetricGroupDescriptor.GroupRollUp groupRollUp)
Sets the group roll up type method.MetricGroupDescriptor
MetricGroupDescriptor. setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
Sets the aggregation type methods for an entire time range.MetricGroupDescriptor
MetricGroupDescriptor. setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
Sets the aggregation type methods for small time periods (for example, hours when looking at a day).Methods in com.ibm.wsspi.usage.metering that return types with arguments of type MetricGroupDescriptor Modifier and Type Method Description java.util.Set<MetricGroupDescriptor>
MetricDescriptor. getGroupDescriptors()
Methods in com.ibm.wsspi.usage.metering with parameters of type MetricGroupDescriptor Modifier and Type Method Description MetricDescriptor
MetricDescriptor. addGroupDescriptor(MetricGroupDescriptor... descriptors)
MetricGroupDescriptor
MetricGroupDescriptor. copyMetricAggregationMethods(MetricGroupDescriptor metricGroupDescriptor)
-