Interface ResourceStatisticsFactory

    • Method Detail

      • getResourceAccessToProcess

        List<ResourceStatisticsgetResourceAccessToProcess​(org.apache.ibatis.session.SqlSession sqlSession)
        Get the list of existing resource access
        Parameters:
        sqlSession - The sql session
        Returns:
        The non null list
      • markResourcesAsProcessed

        int markResourcesAsProcessed​(org.apache.ibatis.session.SqlSession sqlSession)
        Mark the statistics of this kind as processed
        Parameters:
        sqlSession - The sql session
        Returns:
        The number of resources processed
      • purgeRawData

        int purgeRawData​(org.apache.ibatis.session.SqlSession sqlSession)
        Purge the processed raw data related to this kind of statistics.
        Parameters:
        sqlSession - The sql session
        Returns:
        The number of purged rows.