public class RuntimePercentage
extends java.lang.Object
implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
RuntimePercentage(double executorPct,
scala.Option<java.lang.Object> fetchPct,
double other) |
| Modifier and Type | Method and Description |
|---|---|
static RuntimePercentage |
apply(long totalTime,
org.apache.spark.executor.TaskMetrics metrics) |
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
double |
executorPct() |
scala.Option<java.lang.Object> |
fetchPct() |
double |
other() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RuntimePercentage(double executorPct,
scala.Option<java.lang.Object> fetchPct,
double other)
public static RuntimePercentage apply(long totalTime, org.apache.spark.executor.TaskMetrics metrics)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public double executorPct()
public scala.Option<java.lang.Object> fetchPct()
public double other()