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, String jobId)
           
 
Method Summary
 String getJobId()
           
 long getMaximumTime()
           
 double getMeanTime()
           
 long getMinimumTime()
           
 double getStandardDeviationTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReducerTimeStatsPerJob

public ReducerTimeStatsPerJob(List<Integer> reducersRunTimes,
                              String jobId)
Method Detail

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