public static enum HashJoinBatch.Metric extends Enum<HashJoinBatch.Metric> implements MetricDef
| Enum Constant and Description |
|---|
NUM_BUCKETS |
NUM_ENTRIES |
NUM_RESIZING |
RESIZING_TIME_MS |
| 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 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 © 2017 The Apache Software Foundation. All rights reserved.