public enum LlapTaskSchedulerInfo extends Enum<LlapTaskSchedulerInfo> implements org.apache.hadoop.metrics2.MetricsInfo
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
String |
toString() |
static LlapTaskSchedulerInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LlapTaskSchedulerInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LlapTaskSchedulerInfo SchedulerMetrics
public static final LlapTaskSchedulerInfo SchedulerClusterNodeCount
public static final LlapTaskSchedulerInfo SchedulerExecutorsPerInstance
public static final LlapTaskSchedulerInfo SchedulerMemoryPerInstance
public static final LlapTaskSchedulerInfo SchedulerCpuCoresPerInstance
public static final LlapTaskSchedulerInfo SchedulerDisabledNodeCount
public static final LlapTaskSchedulerInfo SchedulerPendingTaskCount
public static final LlapTaskSchedulerInfo SchedulerSchedulableTaskCount
public static final LlapTaskSchedulerInfo SchedulerSuccessfulTaskCount
public static final LlapTaskSchedulerInfo SchedulerRunningTaskCount
public static final LlapTaskSchedulerInfo SchedulerPendingPreemptionTaskCount
public static final LlapTaskSchedulerInfo SchedulerPreemptedTaskCount
public static final LlapTaskSchedulerInfo SchedulerCompletedDagCount
public static LlapTaskSchedulerInfo[] values()
for (LlapTaskSchedulerInfo c : LlapTaskSchedulerInfo.values()) System.out.println(c);
public static LlapTaskSchedulerInfo 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<LlapTaskSchedulerInfo>Copyright © 2019 The Apache Software Foundation. All Rights Reserved.