public static enum HashAggTemplate.Metric extends Enum<HashAggTemplate.Metric> implements MetricDef
Modifier and Type | Method and Description |
---|---|
int |
metricId() |
static HashAggTemplate.Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAggTemplate.Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HashAggTemplate.Metric NUM_BUCKETS
public static final HashAggTemplate.Metric NUM_ENTRIES
public static final HashAggTemplate.Metric NUM_RESIZING
public static final HashAggTemplate.Metric RESIZING_TIME_MS
public static final HashAggTemplate.Metric NUM_PARTITIONS
public static final HashAggTemplate.Metric SPILLED_PARTITIONS
public static final HashAggTemplate.Metric SPILL_MB
public static final HashAggTemplate.Metric SPILL_CYCLE
public static final HashAggTemplate.Metric INPUT_BATCH_COUNT
public static final HashAggTemplate.Metric AVG_INPUT_BATCH_BYTES
public static final HashAggTemplate.Metric AVG_INPUT_ROW_BYTES
public static final HashAggTemplate.Metric INPUT_RECORD_COUNT
public static final HashAggTemplate.Metric OUTPUT_BATCH_COUNT
public static final HashAggTemplate.Metric AVG_OUTPUT_BATCH_BYTES
public static final HashAggTemplate.Metric AVG_OUTPUT_ROW_BYTES
public static final HashAggTemplate.Metric OUTPUT_RECORD_COUNT
public static HashAggTemplate.Metric[] values()
for (HashAggTemplate.Metric c : HashAggTemplate.Metric.values()) System.out.println(c);
public static HashAggTemplate.Metric 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 nullCopyright © 1970 The Apache Software Foundation. All rights reserved.