org.apache.hadoop.hive.ql.exec
Class Stat
java.lang.Object
org.apache.hadoop.hive.ql.exec.Stat
public class Stat
- extends Object
Constructor Summary |
Stat()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stat
public Stat()
addToStat
public void addToStat(String statType,
long amount)
getStat
public long getStat(String statType)
getStoredStats
public Collection<String> getStoredStats()
clear
public void clear()
setBookkeepingInfo
public void setBookkeepingInfo(String statType,
int info)
getBookkeepingInfo
public int getBookkeepingInfo(String statType)
Copyright © 2013 The Apache Software Foundation