Uses of Class
com.ibm.wsspi.usage.metering.AggregationMethodDescriptor.SliceAggregationMethod
-
-
Uses of AggregationMethodDescriptor.SliceAggregationMethod in com.ibm.wsspi.usage.metering
Methods in com.ibm.wsspi.usage.metering that return AggregationMethodDescriptor.SliceAggregationMethod Modifier and Type Method 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.Methods in com.ibm.wsspi.usage.metering that return types with arguments of type AggregationMethodDescriptor.SliceAggregationMethod Modifier and Type Method Description java.util.Set<AggregationMethodDescriptor.SliceAggregationMethod>
AggregationMethodDescriptor. getSliceAggregationMethods()
Returns the set of aggregation type methods for small time periods (e.g.Methods in com.ibm.wsspi.usage.metering with parameters of type AggregationMethodDescriptor.SliceAggregationMethod Modifier and Type Method Description 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).MetricGroupDescriptor
MetricGroupDescriptor. setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
Sets the aggregation type methods for small time periods (for example, hours when looking at a day).
-