Package com.oracle.coherence.mp.health
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 Summary
ConstructorsConstructorDescriptionCoherenceStarted(Supplier<? extends Collection<com.tangosol.net.Coherence>> supplier) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisUp(com.tangosol.util.HealthCheck healthCheck) Returnstrueif the CoherenceHealthCheckis healthy, otherwise returnsfalse.Methods inherited from class com.oracle.coherence.mp.health.CoherenceHealthChecks.CoherenceHealth
call, update
-
Constructor Details
-
CoherenceStarted
-
-
Method Details
-
isUp
protected boolean isUp(com.tangosol.util.HealthCheck healthCheck) Description copied from class:CoherenceHealthChecks.CoherenceHealthReturnstrueif the CoherenceHealthCheckis healthy, otherwise returnsfalse.- Specified by:
isUpin classCoherenceHealthChecks.CoherenceHealth- Parameters:
healthCheck- the CoherenceHealthCheck- Returns:
trueif the CoherenceHealthCheckis healthy, otherwise returnsfalse
-