Class StatisticsService
java.lang.Object
org.apache.iotdb.confignode.manager.load.service.StatisticsService
StatisticsService periodically update load statistics for all load cache.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidStart the load statistics service.voidStop the load statistics service.
-
Field Details
-
STATISTICS_UPDATE_INTERVAL
public static final long STATISTICS_UPDATE_INTERVAL
-
-
Constructor Details
-
StatisticsService
-
-
Method Details
-
startLoadStatisticsService
public void startLoadStatisticsService()Start the load statistics service. -
stopLoadStatisticsService
public void stopLoadStatisticsService()Stop the load statistics service.
-