Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.wsspi.cloud.productinsights.MetricGroupDescriptor

    • Uses of MetricGroupDescriptor in com.ibm.wsspi.cloud.productinsights

      Methods in com.ibm.wsspi.cloud.productinsights that return MetricGroupDescriptor 
      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).
      Methods in com.ibm.wsspi.cloud.productinsights that return types with arguments of type MetricGroupDescriptor 
      Modifier and Type Method and Description
      java.util.Set<MetricGroupDescriptor> MetricDescriptor.getGroupDescriptors() 
      Methods in com.ibm.wsspi.cloud.productinsights with parameters of type MetricGroupDescriptor 
      Modifier and Type Method and Description
      MetricDescriptor MetricDescriptor.addGroupDescriptor(MetricGroupDescriptor... descriptors) 
      MetricGroupDescriptor MetricGroupDescriptor.copyMetricAggregationMethods(MetricGroupDescriptor metricGroupDescriptor) 
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes