org.apache.hadoop.hive.ql.plan
Class ReducerTimeStatsPerJob

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.ReducerTimeStatsPerJob

public class ReducerTimeStatsPerJob
extends Object


Constructor Summary
ReducerTimeStatsPerJob(List<Integer> reducersRunTimes)
           
 
Method Summary
 long getMaximumTime()
           
 double getMeanTime()
           
 long getMinimumTime()
           
 double getStandardDeviationTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReducerTimeStatsPerJob

public ReducerTimeStatsPerJob(List<Integer> reducersRunTimes)
Method Detail

getMinimumTime

public long getMinimumTime()

getMaximumTime

public long getMaximumTime()

getMeanTime

public double getMeanTime()

getStandardDeviationTime

public double getStandardDeviationTime()


Copyright © 2014 The Apache Software Foundation. All rights reserved.