@Evolving
public interface CustomMetric
CustomTaskMetric
and combine the metrics at the driver side. How to combine task metrics is defined by the
metric class with the same metric name.Modifier and Type | Field and Description |
---|---|
static long |
initialValue
The initial value of this metric.
|
Modifier and Type | Method and Description |
---|---|
String |
aggregateTaskMetrics(long[] taskMetrics)
Given an array of task metric values, returns aggregated final metric value.
|
String |
description()
Returns the description of custom metric.
|
String |
name()
Returns the name of custom metric.
|
static final long initialValue