Modifier and Type | Method and Description |
---|---|
static AggregationMethodDescriptor.SliceAggregationMethod |
AggregationMethodDescriptor.SliceAggregationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationMethodDescriptor.SliceAggregationMethod[] |
AggregationMethodDescriptor.SliceAggregationMethod.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.SliceAggregationMethod> |
AggregationMethodDescriptor.getSliceAggregationMethods()
Returns the set of aggregation type methods for small time periods
(e.g.
|
Modifier and Type | Method and Description |
---|---|
MetricGroupDescriptor |
MetricGroupDescriptor.setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
Sets the aggregation type methods for small time periods (for example, hours
when looking at a day).
|
AggregationMethodDescriptor<T> |
AggregationMethodDescriptor.setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
Sets the aggregation type methods for small time periods (e.g.
|
MetricDescriptor |
MetricDescriptor.setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
Sets the aggregation type methods for small time periods (for example, hours
when looking at a day).
|