Package org.apache.spark.status
Class AppStatusUtils
Object
org.apache.spark.status.AppStatusUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic scala.collection.immutable.IndexedSeq<Object>getQuantilesValue(scala.collection.immutable.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- 
AppStatusUtilspublic AppStatusUtils()
 
- 
- 
Method Details- 
schedulerDelay
- 
gettingResultTime
- 
schedulerDelaypublic static long schedulerDelay(long launchTime, long fetchStart, long duration, long deserializeTime, long serializeTime, long runTime) 
- 
gettingResultTimepublic static long gettingResultTime(long launchTime, long fetchStart, long duration) 
- 
getQuantilesValue
 
-