Interface CollectionStatistics

All Superinterfaces:
CacheableDataStatistics, Serializable
All Known Implementing Classes:
CollectionStatisticsImpl

public interface CollectionStatistics extends CacheableDataStatistics, Serializable
Collection-related statistics.
  • Method Details

    • getLoadCount

      long getLoadCount()
      Number of times (since last Statistics clearing) this collection has been loaded
    • getFetchCount

      long getFetchCount()
      Number of times (since last Statistics clearing) this collection has been fetched
    • getRecreateCount

      long getRecreateCount()
      Number of times (since last Statistics clearing) this collection has been recreated (rows potentially deleted and then rows (re-)inserted)
    • getRemoveCount

      long getRemoveCount()
      Number of times (since last Statistics clearing) this collection has been removed
    • getUpdateCount

      long getUpdateCount()
      Number of times (since last Statistics clearing) this collection has been updated