Class CoherenceHealthChecks.CoherenceStarted

java.lang.Object
com.oracle.coherence.mp.health.CoherenceHealthChecks.CoherenceHealth
com.oracle.coherence.mp.health.CoherenceHealthChecks.CoherenceStarted
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
Enclosing class:
CoherenceHealthChecks

protected static class CoherenceHealthChecks.CoherenceStarted extends CoherenceHealthChecks.CoherenceHealth
A Coherence start-up health checks.
  • Constructor Details

    • CoherenceStarted

      public CoherenceStarted(Supplier<? extends Collection<com.tangosol.net.Coherence>> supplier)
  • Method Details

    • isUp

      protected boolean isUp(com.tangosol.util.HealthCheck healthCheck)
      Description copied from class: CoherenceHealthChecks.CoherenceHealth
      Returns true if the Coherence HealthCheck is healthy, otherwise returns false.
      Specified by:
      isUp in class CoherenceHealthChecks.CoherenceHealth
      Parameters:
      healthCheck - the Coherence HealthCheck
      Returns:
      true if the Coherence HealthCheck is healthy, otherwise returns false