Class HeartbeatService
java.lang.Object
org.apache.iotdb.confignode.manager.load.service.HeartbeatService
HeartbeatService periodically sending heartbeat requests from ConfigNode-leader to all other
cluster Nodes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigNodeHeartbeatHandlergetConfigNodeHeartbeatHandler(int configNodeId) protected voidsetConfigManager(IManager configManager) voidStart the heartbeat service.voidStop the heartbeat service.
-
Field Details
-
configManager
-
-
Constructor Details
-
HeartbeatService
-
-
Method Details
-
setConfigManager
-
startHeartbeatService
public void startHeartbeatService()Start the heartbeat service. -
stopHeartbeatService
public void stopHeartbeatService()Stop the heartbeat service. -
getConfigNodeHeartbeatHandler
-