Enum Class AbfsReadResourceUtilizationMetricsEnum

java.lang.Object
java.lang.Enum<AbfsReadResourceUtilizationMetricsEnum>
org.apache.hadoop.fs.azurebfs.enums.AbfsReadResourceUtilizationMetricsEnum
All Implemented Interfaces:
Serializable, Comparable<AbfsReadResourceUtilizationMetricsEnum>, Constable, org.apache.hadoop.fs.azurebfs.enums.AbfsResourceUtilizationMetricsEnum

public enum AbfsReadResourceUtilizationMetricsEnum extends Enum<AbfsReadResourceUtilizationMetricsEnum> implements org.apache.hadoop.fs.azurebfs.enums.AbfsResourceUtilizationMetricsEnum
Enum representing the set of metrics tracked for the ABFS read thread pool. Each metric includes a short name used for reporting and its corresponding StatisticTypeEnum, which defines how the metric is measured (e.g., gauge).
  • Enum Constant Details

  • Method Details

    • values

      public static AbfsReadResourceUtilizationMetricsEnum[] values()
      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 AbfsReadResourceUtilizationMetricsEnum valueOf(String name)
      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
    • getName

      public String getName()
      Returns the short name of the metric.
      Specified by:
      getName in interface org.apache.hadoop.fs.azurebfs.enums.AbfsResourceUtilizationMetricsEnum
      Returns:
      the metric name.
    • getStatisticType

      public StatisticTypeEnum getStatisticType()
      Returns the StatisticTypeEnum associated with this metric.
      Specified by:
      getStatisticType in interface org.apache.hadoop.fs.azurebfs.enums.AbfsResourceUtilizationMetricsEnum
      Returns:
      the metric's statistic type.