Class ClusterNodeManager
java.lang.Object
io.github.jchejarla.springbatch.clustering.mgmt.ClusterNodeManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidvoidstart()protected voidprotected void
-
Constructor Details
-
ClusterNodeManager
public ClusterNodeManager()
-
-
Method Details
-
start
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void start() -
updateHeartbeat
protected void updateHeartbeat() -
markNodesUnreachable
protected void markNodesUnreachable() -
removeNodesUnreachable
protected void removeNodesUnreachable() -
updateCurrentActiveNodes
protected void updateCurrentActiveNodes()
-