public class ExecutorPeakMetricsDistributions
extends Object
Modifier and Type | Method and Description |
---|---|
scala.collection.IndexedSeq<org.apache.spark.executor.ExecutorMetrics> |
executorMetrics() |
scala.collection.IndexedSeq<Object> |
getMetricDistribution(String metricName)
Returns the distributions for the specified metric.
|
scala.collection.IndexedSeq<Object> |
quantiles() |
public scala.collection.IndexedSeq<org.apache.spark.executor.ExecutorMetrics> executorMetrics()
public scala.collection.IndexedSeq<Object> getMetricDistribution(String metricName)
public scala.collection.IndexedSeq<Object> quantiles()