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

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

public class HiveProfilerStats
extends Object


Nested Class Summary
 class HiveProfilerStats.Columns
           
 
Field Summary
static String[] COLUMN_NAMES
           
 
Constructor Summary
protected HiveProfilerStats(OperatorHookContext opHookContext, OperatorHookContext parentOpHookContext, long callCount, long wallTime, Configuration conf)
           
 
Method Summary
 Map<String,String> getStatsMap()
           
 String toString()
           
 void updateStats(long wallTime, long count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COLUMN_NAMES

public static final String[] COLUMN_NAMES
Constructor Detail

HiveProfilerStats

protected HiveProfilerStats(OperatorHookContext opHookContext,
                            OperatorHookContext parentOpHookContext,
                            long callCount,
                            long wallTime,
                            Configuration conf)
Method Detail

updateStats

public void updateStats(long wallTime,
                        long count)

getStatsMap

public Map<String,String> getStatsMap()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation