Class StatisticsService

java.lang.Object
org.apache.iotdb.confignode.manager.load.service.StatisticsService

public class StatisticsService extends Object
StatisticsService periodically update load statistics for all load cache.
  • Field Details

    • STATISTICS_UPDATE_INTERVAL

      public static final long STATISTICS_UPDATE_INTERVAL
  • Constructor Details

    • StatisticsService

      public StatisticsService(LoadCache loadCache)
  • Method Details

    • startLoadStatisticsService

      public void startLoadStatisticsService()
      Start the load statistics service.
    • stopLoadStatisticsService

      public void stopLoadStatisticsService()
      Stop the load statistics service.