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.RangeAggregationMethod

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

      Methods in com.ibm.wsspi.cloud.productinsights that return AggregationMethodDescriptor.RangeAggregationMethod 
      Modifier and Type Method and 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.cloud.productinsights that return types with arguments of type AggregationMethodDescriptor.RangeAggregationMethod 
      Modifier and Type Method and 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.cloud.productinsights with parameters of type AggregationMethodDescriptor.RangeAggregationMethod 
      Modifier and Type Method and Description
      MetricGroupDescriptor MetricGroupDescriptor.setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
      Sets the aggregation type methods for an entire time range.
      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.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes