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 Details

    • InitialDelayChecker

      public InitialDelayChecker(long initialDelaySeconds)
  • Method Details

    • check

      public io.appform.ranger.core.healthcheck.HealthcheckStatus check()
      Specified by:
      check in interface io.appform.ranger.core.healthcheck.Healthcheck