Class InitialDelayChecker
java.lang.Object
io.appform.ranger.discovery.bundle.healthchecks.InitialDelayChecker
- All Implemented Interfaces:
io.appform.ranger.core.healthcheck.Healthcheck
public class InitialDelayChecker
extends Object
implements io.appform.ranger.core.healthcheck.Healthcheck
The following will return healthy only after stipulated time
This will give other bundles etc to startup properly
By the time the node joins the cluster
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InitialDelayChecker
public InitialDelayChecker(long initialDelaySeconds)
-
-
Method Details
-
check
public io.appform.ranger.core.healthcheck.HealthcheckStatus check()- Specified by:
checkin interfaceio.appform.ranger.core.healthcheck.Healthcheck
-