Modifier and Type | Method and Description |
---|---|
MetricGroupDescriptor |
MetricGroupDescriptor.copyMetricAggregationMethods(MetricDescriptor metricDescriptor) |
MetricGroupDescriptor |
MetricGroupDescriptor.copyMetricAggregationMethods(MetricGroupDescriptor metricGroupDescriptor) |
MetricGroupDescriptor |
MetricGroupDescriptor.setGroupID(java.lang.String groupID) |
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).
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<MetricGroupDescriptor> |
MetricDescriptor.getGroupDescriptors() |
Modifier and Type | Method and Description |
---|---|
MetricDescriptor |
MetricDescriptor.addGroupDescriptor(MetricGroupDescriptor... descriptors) |
MetricGroupDescriptor |
MetricGroupDescriptor.copyMetricAggregationMethods(MetricGroupDescriptor metricGroupDescriptor) |