Uses of Interface
com.tangosol.util.HealthCheck
Packages that use HealthCheck
Package
Description
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 HealthCheckModifier and TypeMethodDescriptiondefault 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.Registry.getHealthChecks()
Returns an immutable collection of the currently registeredhealth checks
.Methods in com.tangosol.net.management with parameters of type HealthCheckModifier and TypeMethodDescriptionvoid
Registry.register
(HealthCheck healthCheck) Register aHealthCheck
.void
Registry.unregister
(HealthCheck healthCheck) Unregister a previously registeredHealthCheck
.