org.apache.hadoop.hive.ql.exec
Class Stat

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.Stat

public class Stat
extends Object


Constructor Summary
Stat()
           
 
Method Summary
 void addToStat(String statType, long amount)
           
 void clear()
           
 int getBookkeepingInfo(String statType)
           
 long getStat(String statType)
           
 Collection<String> getStoredStats()
           
 void setBookkeepingInfo(String statType, int info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stat

public Stat()
Method Detail

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 © 2014 The Apache Software Foundation. All rights reserved.