Package org.apache.spark.status
Class AppStatusUtils
Object
org.apache.spark.status.AppStatusUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic scala.collection.IndexedSeq<Object>
getQuantilesValue
(scala.collection.IndexedSeq<Object> values, double[] quantiles) static long
gettingResultTime
(long launchTime, long fetchStart, long duration) static long
gettingResultTime
(TaskData task) static long
schedulerDelay
(long launchTime, long fetchStart, long duration, long deserializeTime, long serializeTime, long runTime) static long
schedulerDelay
(TaskData task)
-
Constructor Details
-
AppStatusUtils
public AppStatusUtils()
-
-
Method Details
-
schedulerDelay
-
gettingResultTime
-
schedulerDelay
public static long schedulerDelay(long launchTime, long fetchStart, long duration, long deserializeTime, long serializeTime, long runTime) -
gettingResultTime
public static long gettingResultTime(long launchTime, long fetchStart, long duration) -
getQuantilesValue
-