Class 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
    Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Oct 11, 2013
    See Also:
    Serialized Form
    • Constructor Detail

      • ThreadLocalEntityStatisticsImpl

        public ThreadLocalEntityStatisticsImpl()
    • Method Detail

      • 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