|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.server.api.events.LensEvent
org.apache.lens.server.stats.event.LensStatistics
org.apache.lens.server.stats.event.LoggableLensStatistics
org.apache.lens.server.stats.event.query.QueryExecutionStatistics
public class QueryExecutionStatistics
Statistics class used to capture query information.
| Constructor Summary | |
|---|---|
QueryExecutionStatistics()
Instantiates a new query execution statistics. |
|
QueryExecutionStatistics(long eventTime)
Instantiates a new query execution statistics. |
|
| Method Summary | |
|---|---|
String |
getEventId()
|
org.apache.hadoop.hive.ql.metadata.Table |
getHiveTable(org.apache.hadoop.conf.Configuration conf)
Gets the hive table. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExecutionStatistics()
public QueryExecutionStatistics(long eventTime)
eventTime - the event time| Method Detail |
|---|
public org.apache.hadoop.hive.ql.metadata.Table getHiveTable(org.apache.hadoop.conf.Configuration conf)
LoggableLensStatistics
getHiveTable in class LoggableLensStatisticsconf - the conf
public String getEventId()
getEventId in class LensEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||