# Variables
OnHeartbeatHook is a post-action hook that is run on the leader after a successful heartbeat round.
OnNewMemberHook is a post-action hook that is run on all cluster members when a new cluster member joins the cluster.
PostRemoveHook is a post-action hook that is run on all cluster members when a cluster member is removed.
PreRemoveHook is a post-action hook that is run on a cluster member just before it is is removed.
ReloadClusterCert reloads the cluster keypair from the state directory.
StopListeners stops the network listeners and the fsnotify listener.