public enum LlapDaemonIOInfo extends Enum<LlapDaemonIOInfo> implements org.apache.hadoop.metrics2.MetricsInfo
| Enum Constant and Description |
|---|
IOMetrics |
MaxDecodingTime |
PercentileDecodingTime |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
String |
toString() |
static LlapDaemonIOInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LlapDaemonIOInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LlapDaemonIOInfo IOMetrics
public static final LlapDaemonIOInfo PercentileDecodingTime
public static final LlapDaemonIOInfo MaxDecodingTime
public static LlapDaemonIOInfo[] values()
for (LlapDaemonIOInfo c : LlapDaemonIOInfo.values()) System.out.println(c);
public static LlapDaemonIOInfo valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String description()
description in interface org.apache.hadoop.metrics2.MetricsInfopublic String toString()
toString in class Enum<LlapDaemonIOInfo>Copyright © 2019 The Apache Software Foundation. All Rights Reserved.