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