@Experimental(value=METRICS) public abstract class MetricKey extends Object implements Serializable
| Constructor and Description |
|---|
MetricKey() |
| Modifier and Type | Method and Description |
|---|---|
static MetricKey |
create(String stepName,
MetricName metricName) |
abstract MetricName |
metricName()
The name of the metric.
|
abstract String |
stepName()
The step name that is associated with this metric.
|
public abstract String stepName()
public abstract MetricName metricName()
public static MetricKey create(String stepName, MetricName metricName)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.