Package org.apache.spark.status
Class AppStatusUtils
Object
org.apache.spark.status.AppStatusUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic scala.collection.IndexedSeq<Object>getQuantilesValue(scala.collection.IndexedSeq<Object> values, double[] quantiles) static longgettingResultTime(long launchTime, long fetchStart, long duration) static longgettingResultTime(TaskData task) static longschedulerDelay(long launchTime, long fetchStart, long duration, long deserializeTime, long serializeTime, long runTime) static longschedulerDelay(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
 
 -