public interface QueryStatistics extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
executed(long rows,
long time) |
long |
getExecutionAvgTime() |
long |
getExecutionCount() |
long |
getExecutionMaxTime() |
long |
getExecutionMinTime() |
long |
getExecutionRowCount() |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.