Interface IMetricsQueries


public interface IMetricsQueries
Metrics Queries
Author:
I-D Media AG
  • Method Details

    • wordCountGroupedByProject

      @NotNull @NotNull List wordCountGroupedByProject(int month, int year)
      Get word count by projects
      Parameters:
      month -
      year -
      Returns:
    • readIndividualMetricRecords

      @NotNull @NotNull List<IMetricsData> readIndividualMetricRecords(int month, int year)
      Read records
      Parameters:
      month -
      year -
      Returns:
    • getAvailableYearMonths

      @NotNull @NotNull List<Integer> getAvailableYearMonths()
      List all available year-month combinations
      Returns: