public class RuntimePercentage
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
RuntimePercentage(double executorPct,
scala.Option<Object> fetchPct,
double other) |
Modifier and Type | Method and Description |
---|---|
static RuntimePercentage |
apply(long totalTime,
org.apache.spark.executor.TaskMetrics metrics) |
double |
executorPct() |
scala.Option<Object> |
fetchPct() |
double |
other() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RuntimePercentage(double executorPct, scala.Option<Object> fetchPct, double other)
public static RuntimePercentage apply(long totalTime, org.apache.spark.executor.TaskMetrics metrics)
public double executorPct()
public scala.Option<Object> fetchPct()
public double other()