Interface XWikiStatsStoreItem

    • Method Detail

      • getId

        String getId()
        Returns:
        identifier for this type of store item. This value is used to merge same statistics in one database query.
      • store

        void store​(List<XWikiStatsStoreItem> statsList)
        Store provided statistics into the database.
        Parameters:
        statsList - the list of statistics item to store.