Interface EntityStatistics
-
- All Superinterfaces:
Serializable
public interface EntityStatistics extends Serializable
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Oct 10, 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDeleteCount()longgetInsertCount()longgetLoadCount()longgetUpdateCount()voidincrementDeleteCount()voidincrementInsertCount()voidincrementLoadCount()voidincrementUpdateCount()
-
-
-
Method Detail
-
getDeleteCount
long getDeleteCount()
-
getInsertCount
long getInsertCount()
-
getLoadCount
long getLoadCount()
-
getUpdateCount
long getUpdateCount()
-
incrementDeleteCount
void incrementDeleteCount()
-
incrementInsertCount
void incrementInsertCount()
-
incrementLoadCount
void incrementLoadCount()
-
incrementUpdateCount
void incrementUpdateCount()
-
-