Interface QueryStatistics

  • All Superinterfaces:
    Serializable

    public interface QueryStatistics
    extends Serializable
    Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Oct 10, 2013
    • Method Detail

      • getExecutionCount

        long getExecutionCount()
      • getExecutionRowCount

        long getExecutionRowCount()
      • getExecutionAvgTime

        long getExecutionAvgTime()
      • getExecutionMaxTime

        long getExecutionMaxTime()
      • getExecutionMinTime

        long getExecutionMinTime()
      • executed

        void executed​(long rows,
                      long time)