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

public class EventService extends Object
EventService periodically check statistics and broadcast corresponding change event if necessary.
  • Constructor Details

  • Method Details

    • startEventService

      public void startEventService()
      Start the event service.
    • stopEventService

      public void stopEventService()
      Stop the event service.
    • checkAndBroadcastNodeStatisticsChangeEventIfNecessary

      public void checkAndBroadcastNodeStatisticsChangeEventIfNecessary()
    • checkAndBroadcastRegionGroupStatisticsChangeEventIfNecessary

      public void checkAndBroadcastRegionGroupStatisticsChangeEventIfNecessary()
    • checkAndBroadcastConsensusGroupStatisticsChangeEventIfNecessary

      public void checkAndBroadcastConsensusGroupStatisticsChangeEventIfNecessary()
    • getEventPublisher

      public com.google.common.eventbus.EventBus getEventPublisher()