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

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

      Methods in com.ibm.wsspi.cloud.productinsights that return AggregationMethodDescriptor.SliceAggregationMethod 
      Modifier and Type Method and 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.cloud.productinsights that return types with arguments of type AggregationMethodDescriptor.SliceAggregationMethod 
      Modifier and Type Method and 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.cloud.productinsights with parameters of type AggregationMethodDescriptor.SliceAggregationMethod 
      Modifier and Type Method and Description
      MetricGroupDescriptor MetricGroupDescriptor.setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
      Sets the aggregation type methods for small time periods (for example, hours when looking at a day).
      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).
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes