public static enum CompactionMetricsData.MetricType extends Enum<CompactionMetricsData.MetricType>
| Enum Constant and Description |
|---|
NUM_DELTAS |
NUM_OBSOLETE_DELTAS |
NUM_SMALL_DELTAS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CompactionMetricsData.MetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactionMetricsData.MetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompactionMetricsData.MetricType NUM_OBSOLETE_DELTAS
public static final CompactionMetricsData.MetricType NUM_DELTAS
public static final CompactionMetricsData.MetricType NUM_SMALL_DELTAS
public static CompactionMetricsData.MetricType[] values()
for (CompactionMetricsData.MetricType c : CompactionMetricsData.MetricType.values()) System.out.println(c);
public static CompactionMetricsData.MetricType 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 toString()
toString in class Enum<CompactionMetricsData.MetricType>Copyright © 2024 The Apache Software Foundation. All rights reserved.