Uses of Interface
com.tangosol.util.HealthCheck
-
Packages that use HealthCheck Package Description com.tangosol.net.management Contains classes related to the Coherence Management Framework. -
-
Uses of HealthCheck in com.tangosol.net.management
Methods in com.tangosol.net.management that return types with arguments of type HealthCheck Modifier and Type Method Description default Optional<HealthCheck>
Registry. getHealthCheck(String sName)
Return anOptional
containing theHealthCheck
with the specified name, or an emptyOptional
if noHealthCheck
has been registered with the specified name.Collection<HealthCheck>
Registry. getHealthChecks()
Returns an immutable collection of the currently registeredhealth checks
.Methods in com.tangosol.net.management with parameters of type HealthCheck Modifier and Type Method Description void
Registry. register(HealthCheck healthCheck)
Register aHealthCheck
.void
Registry. unregister(HealthCheck healthCheck)
Unregister a previously registeredHealthCheck
.
-