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 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()