Enum Class AbfsReadFooterMetricsEnum
java.lang.Object
java.lang.Enum<AbfsReadFooterMetricsEnum>
org.apache.hadoop.fs.azurebfs.enums.AbfsReadFooterMetricsEnum
- All Implemented Interfaces:
Serializable,Comparable<AbfsReadFooterMetricsEnum>,Constable
Enum representing various ABFS read footer metrics.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionGets the description of the metric.getName()Gets the name of the metric.Gets the statistic type of the metric.getType()Gets the type of the metric.static AbfsReadFooterMetricsEnumReturns the enum constant of this class with the specified name.static AbfsReadFooterMetricsEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TOTAL_FILES
-
AVG_FILE_LENGTH
-
AVG_SIZE_READ_BY_FIRST_READ
-
AVG_OFFSET_DIFF_BETWEEN_FIRST_AND_SECOND_READ
-
AVG_READ_LEN_REQUESTED
-
AVG_FIRST_OFFSET_DIFF
-
AVG_SECOND_OFFSET_DIFF
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getName
Gets the name of the metric.- Returns:
- the name of the metric
-
getDescription
Gets the description of the metric.- Returns:
- the description of the metric
-
getType
Gets the type of the metric.- Returns:
- the type of the metric
-
getStatisticType
Gets the statistic type of the metric.- Returns:
- the statistic type of the metric
-