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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ThreadLocalEntityStatisticsImpl
public ThreadLocalEntityStatisticsImpl()
-
-
Method Details
-
getDeleteCount
public long getDeleteCount()- Specified by:
getDeleteCountin interfaceorg.exoplatform.commons.api.notification.stat.EntityStatistics
-
getInsertCount
public long getInsertCount()- Specified by:
getInsertCountin interfaceorg.exoplatform.commons.api.notification.stat.EntityStatistics
-
getLoadCount
public long getLoadCount()- Specified by:
getLoadCountin interfaceorg.exoplatform.commons.api.notification.stat.EntityStatistics
-
getUpdateCount
public long getUpdateCount()- Specified by:
getUpdateCountin interfaceorg.exoplatform.commons.api.notification.stat.EntityStatistics
-
incrementDeleteCount
public void incrementDeleteCount()- Specified by:
incrementDeleteCountin interfaceorg.exoplatform.commons.api.notification.stat.EntityStatistics
-
incrementInsertCount
public void incrementInsertCount()- Specified by:
incrementInsertCountin interfaceorg.exoplatform.commons.api.notification.stat.EntityStatistics
-
incrementLoadCount
public void incrementLoadCount()- Specified by:
incrementLoadCountin interfaceorg.exoplatform.commons.api.notification.stat.EntityStatistics
-
incrementUpdateCount
public void incrementUpdateCount()- Specified by:
incrementUpdateCountin interfaceorg.exoplatform.commons.api.notification.stat.EntityStatistics
-
toString
-