public enum LlapDaemonCacheInfo extends Enum<LlapDaemonCacheInfo> implements org.apache.hadoop.metrics2.MetricsInfo
| Enum Constant and Description |
|---|
CacheAllocatedArena |
CacheCapacityRemaining |
CacheCapacityRemainingPercentage |
CacheCapacityTotal |
CacheCapacityUsed |
CacheHitBytes |
CacheHitRatio |
CacheMetrics |
CacheNumLockedBuffers |
CacheReadRequests |
CacheRequestedBytes |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
String |
toString() |
static LlapDaemonCacheInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LlapDaemonCacheInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LlapDaemonCacheInfo CacheMetrics
public static final LlapDaemonCacheInfo CacheCapacityRemainingPercentage
public static final LlapDaemonCacheInfo CacheCapacityRemaining
public static final LlapDaemonCacheInfo CacheCapacityTotal
public static final LlapDaemonCacheInfo CacheCapacityUsed
public static final LlapDaemonCacheInfo CacheRequestedBytes
public static final LlapDaemonCacheInfo CacheHitBytes
public static final LlapDaemonCacheInfo CacheHitRatio
public static final LlapDaemonCacheInfo CacheReadRequests
public static final LlapDaemonCacheInfo CacheAllocatedArena
public static final LlapDaemonCacheInfo CacheNumLockedBuffers
public static LlapDaemonCacheInfo[] values()
for (LlapDaemonCacheInfo c : LlapDaemonCacheInfo.values()) System.out.println(c);
public static LlapDaemonCacheInfo 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<LlapDaemonCacheInfo>Copyright © 2019 The Apache Software Foundation. All Rights Reserved.