Modifier and Type | Method and Description |
---|---|
static AggregationMethodDescriptor.RangeAggregationMethod |
AggregationMethodDescriptor.RangeAggregationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationMethodDescriptor.RangeAggregationMethod[] |
AggregationMethodDescriptor.RangeAggregationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<AggregationMethodDescriptor.RangeAggregationMethod> |
AggregationMethodDescriptor.getRangeAggregationMethods()
Returns the set of aggregation type methods for an entire time range.
|
Modifier and Type | Method and Description |
---|---|
MetricGroupDescriptor |
MetricGroupDescriptor.setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
Sets the aggregation type methods for an entire time range.
|
AggregationMethodDescriptor<T> |
AggregationMethodDescriptor.setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
Sets the aggregation type methods for an entire time range.
|
MetricDescriptor |
MetricDescriptor.setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
Sets the aggregation type methods for an entire time range.
|