Class OutdatedStatisticsItem


public class OutdatedStatisticsItem extends StatisticsItem
  • Constructor Details

    • OutdatedStatisticsItem

      public OutdatedStatisticsItem(String context)
      Class constructor.
      Parameters:
      context - - data table name
    • OutdatedStatisticsItem

      public OutdatedStatisticsItem(String context, List<Long> created, List<Long> consumed, List<Long> outdated)
      Class constructor.
      Parameters:
      context - - data table name
      created - - number of created data
      consumed - - number of consumed data
      outdated - - number of outdated data