Interface NaturalIdStatistics

    • Method Detail

      • getExecutionCount

        long getExecutionCount()
        Number of times (since last Statistics clearing) the "natural id resolution" query has been executed
      • getExecutionAvgTime

        long getExecutionAvgTime()
        The average amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
      • getExecutionMaxTime

        long getExecutionMaxTime()
        The maximum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
      • getExecutionMinTime

        long getExecutionMinTime()
        The minimum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query