public static enum PartitionSenderRootExec.Metric extends Enum<PartitionSenderRootExec.Metric> implements MetricDef
| Enum Constant and Description |
|---|
BATCHES_SENT |
BYTES_SENT |
COST |
MAX_RECORDS |
MIN_RECORDS |
N_RECEIVERS |
RECORDS_SENT |
SENDING_THREADS_COUNT |
| Modifier and Type | Method and Description |
|---|---|
int |
metricId() |
static PartitionSenderRootExec.Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionSenderRootExec.Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionSenderRootExec.Metric BATCHES_SENT
public static final PartitionSenderRootExec.Metric RECORDS_SENT
public static final PartitionSenderRootExec.Metric MIN_RECORDS
public static final PartitionSenderRootExec.Metric MAX_RECORDS
public static final PartitionSenderRootExec.Metric N_RECEIVERS
public static final PartitionSenderRootExec.Metric BYTES_SENT
public static final PartitionSenderRootExec.Metric SENDING_THREADS_COUNT
public static final PartitionSenderRootExec.Metric COST
public static PartitionSenderRootExec.Metric[] values()
for (PartitionSenderRootExec.Metric c : PartitionSenderRootExec.Metric.values()) System.out.println(c);
public static PartitionSenderRootExec.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.