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

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

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

      Classes in com.ibm.wsspi.cloud.productinsights with type parameters of type AggregationMethodDescriptor 
      Modifier and Type Class and Description
      class  AggregationMethodDescriptor<T extends AggregationMethodDescriptor<?>>
      Provides aggregation method descriptive information about a reported Metric, that will be used to control how the metric information is displayed.
      Subclasses of AggregationMethodDescriptor in com.ibm.wsspi.cloud.productinsights 
      Modifier and Type Class and Description
      class  MetricDescriptor
      Provides descriptive information about a reported Metric, that will be used to control how the metric information is displayed.
      class  MetricGroupDescriptor
      Provides group descriptive information about a reported Metric, that will be used to control how the metric information is displayed.
      Methods in com.ibm.wsspi.cloud.productinsights that return AggregationMethodDescriptor 
      Modifier and Type Method and Description
      AggregationMethodDescriptor<T> AggregationMethodDescriptor.setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
      Sets the aggregation type methods for an entire time range.
      AggregationMethodDescriptor<T> AggregationMethodDescriptor.setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
      Sets the aggregation type methods for small time periods (e.g.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes