Interface QueryStatistics
- All Superinterfaces:
Serializable
Created by The eXo Platform SAS
Author : eXoPlatform
thanhvc@exoplatform.com
Oct 10, 2013
-
Method Summary
-
Method Details
-
getExecutionCount
long getExecutionCount() -
getExecutionRowCount
long getExecutionRowCount() -
getExecutionAvgTime
long getExecutionAvgTime() -
getExecutionMaxTime
long getExecutionMaxTime() -
getExecutionMinTime
long getExecutionMinTime() -
executed
void executed(long rows, long time)
-