public class ThreadLocalQueryStatisticsImpl extends Object implements org.exoplatform.commons.api.notification.stat.QueryStatistics
| Constructor and Description |
|---|
ThreadLocalQueryStatisticsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
executed(long rows,
long time) |
long |
getExecutionAvgTime() |
long |
getExecutionCount() |
long |
getExecutionMaxTime() |
long |
getExecutionMinTime() |
long |
getExecutionRowCount() |
String |
toString() |
public long getExecutionCount()
getExecutionCount in interface org.exoplatform.commons.api.notification.stat.QueryStatisticspublic long getExecutionRowCount()
getExecutionRowCount in interface org.exoplatform.commons.api.notification.stat.QueryStatisticspublic long getExecutionAvgTime()
getExecutionAvgTime in interface org.exoplatform.commons.api.notification.stat.QueryStatisticspublic long getExecutionMaxTime()
getExecutionMaxTime in interface org.exoplatform.commons.api.notification.stat.QueryStatisticspublic long getExecutionMinTime()
getExecutionMinTime in interface org.exoplatform.commons.api.notification.stat.QueryStatisticspublic void executed(long rows,
long time)
executed in interface org.exoplatform.commons.api.notification.stat.QueryStatisticsCopyright © 2003–2020 eXo Platform SAS. All rights reserved.