public class ThreadLocalEntityStatisticsImpl extends Object implements org.exoplatform.commons.api.notification.stat.EntityStatistics
| Constructor and Description |
|---|
ThreadLocalEntityStatisticsImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDeleteCount() |
long |
getInsertCount() |
long |
getLoadCount() |
long |
getUpdateCount() |
void |
incrementDeleteCount() |
void |
incrementInsertCount() |
void |
incrementLoadCount() |
void |
incrementUpdateCount() |
String |
toString() |
public long getDeleteCount()
getDeleteCount in interface org.exoplatform.commons.api.notification.stat.EntityStatisticspublic long getInsertCount()
getInsertCount in interface org.exoplatform.commons.api.notification.stat.EntityStatisticspublic long getLoadCount()
getLoadCount in interface org.exoplatform.commons.api.notification.stat.EntityStatisticspublic long getUpdateCount()
getUpdateCount in interface org.exoplatform.commons.api.notification.stat.EntityStatisticspublic void incrementDeleteCount()
incrementDeleteCount in interface org.exoplatform.commons.api.notification.stat.EntityStatisticspublic void incrementInsertCount()
incrementInsertCount in interface org.exoplatform.commons.api.notification.stat.EntityStatisticspublic void incrementLoadCount()
incrementLoadCount in interface org.exoplatform.commons.api.notification.stat.EntityStatisticspublic void incrementUpdateCount()
incrementUpdateCount in interface org.exoplatform.commons.api.notification.stat.EntityStatisticsCopyright © 2003–2015 eXo Platform SAS. All rights reserved.