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 anOptionalcontaining theHealthCheckwith the specified name, or an emptyOptionalif noHealthCheckhas 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 TypeMethodDescriptionvoidRegistry.register(HealthCheck healthCheck) Register aHealthCheck.voidRegistry.unregister(HealthCheck healthCheck) Unregister a previously registeredHealthCheck.