Package org.apache.spark.scheduler
Class RuntimePercentage
Object
org.apache.spark.scheduler.RuntimePercentage
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRuntimePercentage
(double executorPct, scala.Option<Object> fetchPct, double other) -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimePercentage
apply
(long totalTime, org.apache.spark.executor.TaskMetrics metrics) double
scala.Option<Object>
fetchPct()
double
other()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, 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()
-