Uses of Class
com.ibm.wsspi.usage.metering.AggregationMethodDescriptor.RangeAggregationMethod
-
-
Uses of AggregationMethodDescriptor.RangeAggregationMethod in com.ibm.wsspi.usage.metering
Methods in com.ibm.wsspi.usage.metering that return AggregationMethodDescriptor.RangeAggregationMethod Modifier and Type Method 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.Methods in com.ibm.wsspi.usage.metering that return types with arguments of type AggregationMethodDescriptor.RangeAggregationMethod Modifier and Type Method Description java.util.Set<AggregationMethodDescriptor.RangeAggregationMethod>
AggregationMethodDescriptor. getRangeAggregationMethods()
Returns the set of aggregation type methods for an entire time range.Methods in com.ibm.wsspi.usage.metering with parameters of type AggregationMethodDescriptor.RangeAggregationMethod Modifier and Type Method Description 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.MetricGroupDescriptor
MetricGroupDescriptor. setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
Sets the aggregation type methods for an entire time range.
-