Enum Class SignalFxProperties.HistogramType

java.lang.Object
java.lang.Enum<SignalFxProperties.HistogramType>
org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
All Implemented Interfaces:
Serializable, Comparable<SignalFxProperties.HistogramType>, Constable
Enclosing class:
SignalFxProperties

@Deprecated(since="3.5.0", forRemoval=true) public static enum SignalFxProperties.HistogramType extends Enum<SignalFxProperties.HistogramType>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Enum Constant Details

    • DEFAULT

      public static final SignalFxProperties.HistogramType DEFAULT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Default, time-based histogram.
    • CUMULATIVE

      public static final SignalFxProperties.HistogramType CUMULATIVE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Cumulative histogram.
    • DELTA

      public static final SignalFxProperties.HistogramType DELTA
      Deprecated, for removal: This API element is subject to removal in a future version.
      Delta histogram.
  • Method Details

    • values

      public static SignalFxProperties.HistogramType[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SignalFxProperties.HistogramType valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null