Package org.apache.spark.scheduler
Class RuntimePercentage
Object
org.apache.spark.scheduler.RuntimePercentage
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimePercentage(double executorPct, scala.Option<Object> fetchPct, double other) -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimePercentageapply(long totalTime, org.apache.spark.executor.TaskMetrics metrics) doublescala.Option<Object>fetchPct()doubleother()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
RuntimePercentage
-
-
Method Details
-
apply
public static RuntimePercentage apply(long totalTime, org.apache.spark.executor.TaskMetrics metrics) -
executorPct
public double executorPct() -
fetchPct
-
other
public double other()
-