org.apache.hadoop.hive.ql.profiler
Class HiveProfilerAggregateStat
java.lang.Object
org.apache.hadoop.hive.ql.profiler.HiveProfilerAggregateStat
public class HiveProfilerAggregateStat
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveProfilerAggregateStat
public HiveProfilerAggregateStat(long wallTime,
long callCount)
getCallCount
public long getCallCount()
getWallTime
public long getWallTime()
update
public void update(long wallTime,
long callCount)
Copyright © 2012 The Apache Software Foundation