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