|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.ql.profiler.HiveProfilerStats
public class HiveProfilerStats
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 |
---|
public static final String[] COLUMN_NAMES
Constructor Detail |
---|
protected HiveProfilerStats(OperatorHookContext opHookContext, OperatorHookContext parentOpHookContext, long callCount, long wallTime, Configuration conf)
Method Detail |
---|
public void updateStats(long wallTime, long count)
public Map<String,String> getStatsMap()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |