Class ThreadLocalQueryStatisticsImpl
java.lang.Object
org.exoplatform.commons.notification.stat.ThreadLocalQueryStatisticsImpl
- All Implemented Interfaces:
Serializable,org.exoplatform.commons.api.notification.stat.QueryStatistics
public class ThreadLocalQueryStatisticsImpl
extends Object
implements org.exoplatform.commons.api.notification.stat.QueryStatistics
- See Also:
-
Constructor Details
-
ThreadLocalQueryStatisticsImpl
public ThreadLocalQueryStatisticsImpl()
-
-
Method Details
-
getExecutionCount
public long getExecutionCount()- Specified by:
getExecutionCountin interfaceorg.exoplatform.commons.api.notification.stat.QueryStatistics
-
getExecutionRowCount
public long getExecutionRowCount()- Specified by:
getExecutionRowCountin interfaceorg.exoplatform.commons.api.notification.stat.QueryStatistics
-
getExecutionAvgTime
public long getExecutionAvgTime()- Specified by:
getExecutionAvgTimein interfaceorg.exoplatform.commons.api.notification.stat.QueryStatistics
-
getExecutionMaxTime
public long getExecutionMaxTime()- Specified by:
getExecutionMaxTimein interfaceorg.exoplatform.commons.api.notification.stat.QueryStatistics
-
getExecutionMinTime
public long getExecutionMinTime()- Specified by:
getExecutionMinTimein interfaceorg.exoplatform.commons.api.notification.stat.QueryStatistics
-
executed
public void executed(long rows, long time) - Specified by:
executedin interfaceorg.exoplatform.commons.api.notification.stat.QueryStatistics
-
toString
-