org.apache.hadoop.hive.ql.profiler
Class HiveProfilerAggregateStat

java.lang.Object
  extended by org.apache.hadoop.hive.ql.profiler.HiveProfilerAggregateStat

public class HiveProfilerAggregateStat
extends Object


Constructor Summary
HiveProfilerAggregateStat(long wallTime, long callCount)
           
 
Method Summary
 long getCallCount()
           
 long getWallTime()
           
 void update(long wallTime, long callCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveProfilerAggregateStat

public HiveProfilerAggregateStat(long wallTime,
                                 long callCount)
Method Detail

getCallCount

public long getCallCount()

getWallTime

public long getWallTime()

update

public void update(long wallTime,
                   long callCount)


Copyright © 2012 The Apache Software Foundation