public static enum UnnestRecordBatch.Metric extends Enum<UnnestRecordBatch.Metric> implements MetricDef
Enum Constant and Description |
---|
AVG_INPUT_BATCH_BYTES |
AVG_INPUT_ROW_BYTES |
AVG_OUTPUT_BATCH_BYTES |
AVG_OUTPUT_ROW_BYTES |
INPUT_BATCH_COUNT |
INPUT_RECORD_COUNT |
OUTPUT_BATCH_COUNT |
OUTPUT_RECORD_COUNT |
Modifier and Type | Method and Description |
---|---|
int |
metricId() |
static UnnestRecordBatch.Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnnestRecordBatch.Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnnestRecordBatch.Metric INPUT_BATCH_COUNT
public static final UnnestRecordBatch.Metric AVG_INPUT_BATCH_BYTES
public static final UnnestRecordBatch.Metric AVG_INPUT_ROW_BYTES
public static final UnnestRecordBatch.Metric INPUT_RECORD_COUNT
public static final UnnestRecordBatch.Metric OUTPUT_BATCH_COUNT
public static final UnnestRecordBatch.Metric AVG_OUTPUT_BATCH_BYTES
public static final UnnestRecordBatch.Metric AVG_OUTPUT_ROW_BYTES
public static final UnnestRecordBatch.Metric OUTPUT_RECORD_COUNT
public static UnnestRecordBatch.Metric[] values()
for (UnnestRecordBatch.Metric c : UnnestRecordBatch.Metric.values()) System.out.println(c);
public static UnnestRecordBatch.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.