Interface NaturalIdStatistics

  • All Superinterfaces:
    CacheableDataStatistics, java.io.Serializable

    public interface NaturalIdStatistics
    extends CacheableDataStatistics, java.io.Serializable
    Statistics pertaining to the execution of the "natural id resolution" query.
    ApiNote:
    The natural-id resolution data is allowed to be stored in the second level cache, and if so stored will have available caching stats as well available via Statistics.getDomainDataRegionStatistics(java.lang.String) using the configured region name todo (6.0) : consider a means to get the cache Region statistics for: 1) an entity by name 2) a collection by role 3) a natural-id by entity name
    • 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