Class RuntimePercentage

Object
org.apache.spark.scheduler.RuntimePercentage
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class RuntimePercentage extends Object implements scala.Product, scala.Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    RuntimePercentage(double executorPct, scala.Option<Object> fetchPct, double other)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(long totalTime, org.apache.spark.executor.TaskMetrics metrics)
     
    double
     
    scala.Option<Object>
     
    double
     

    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

      public RuntimePercentage(double executorPct, scala.Option<Object> fetchPct, double other)
  • Method Details

    • apply

      public static RuntimePercentage apply(long totalTime, org.apache.spark.executor.TaskMetrics metrics)
    • executorPct

      public double executorPct()
    • fetchPct

      public scala.Option<Object> fetchPct()
    • other

      public double other()