Class ThreadLocalEntityStatisticsImpl

java.lang.Object
org.exoplatform.commons.notification.stat.ThreadLocalEntityStatisticsImpl
All Implemented Interfaces:
Serializable, org.exoplatform.commons.api.notification.stat.EntityStatistics

public class ThreadLocalEntityStatisticsImpl extends Object implements org.exoplatform.commons.api.notification.stat.EntityStatistics
See Also:
  • Constructor Details

    • ThreadLocalEntityStatisticsImpl

      public ThreadLocalEntityStatisticsImpl()
  • Method Details

    • getDeleteCount

      public long getDeleteCount()
      Specified by:
      getDeleteCount in interface org.exoplatform.commons.api.notification.stat.EntityStatistics
    • getInsertCount

      public long getInsertCount()
      Specified by:
      getInsertCount in interface org.exoplatform.commons.api.notification.stat.EntityStatistics
    • getLoadCount

      public long getLoadCount()
      Specified by:
      getLoadCount in interface org.exoplatform.commons.api.notification.stat.EntityStatistics
    • getUpdateCount

      public long getUpdateCount()
      Specified by:
      getUpdateCount in interface org.exoplatform.commons.api.notification.stat.EntityStatistics
    • incrementDeleteCount

      public void incrementDeleteCount()
      Specified by:
      incrementDeleteCount in interface org.exoplatform.commons.api.notification.stat.EntityStatistics
    • incrementInsertCount

      public void incrementInsertCount()
      Specified by:
      incrementInsertCount in interface org.exoplatform.commons.api.notification.stat.EntityStatistics
    • incrementLoadCount

      public void incrementLoadCount()
      Specified by:
      incrementLoadCount in interface org.exoplatform.commons.api.notification.stat.EntityStatistics
    • incrementUpdateCount

      public void incrementUpdateCount()
      Specified by:
      incrementUpdateCount in interface org.exoplatform.commons.api.notification.stat.EntityStatistics
    • toString

      public String toString()
      Overrides:
      toString in class Object