org.apache.hadoop.hive.ql.plan
Class ReducerTimeStatsPerJob
java.lang.Object
org.apache.hadoop.hive.ql.plan.ReducerTimeStatsPerJob
public class ReducerTimeStatsPerJob
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReducerTimeStatsPerJob
public ReducerTimeStatsPerJob(List<Integer> reducersRunTimes,
String jobId)
getMinimumTime
public long getMinimumTime()
getMaximumTime
public long getMaximumTime()
getMeanTime
public double getMeanTime()
getStandardDeviationTime
public double getStandardDeviationTime()
getJobId
public String getJobId()
Copyright © 2013 The Apache Software Foundation