Uses of Interface
org.opends.server.monitors.HealthChecker
Packages that use HealthChecker
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various Directory Server monitor provider implementations.
-
Uses of HealthChecker in org.opends.server.core
Methods in org.opends.server.core that return HealthCheckerModifier and TypeMethodDescriptionDirectoryServer.getHealthChecker()ServerContext.getHealthChecker()Returns theHealthCheckerthat aggregates all theHealthStatusProviderfor diagnosing the global server health. -
Uses of HealthChecker in org.opends.server.monitors
Classes in org.opends.server.monitors that implement HealthCheckerModifier and TypeClassDescriptionstatic final classAHealthCheckerimplementation that is safe for using with multiple threads provided that the aggregatedHealthStatusProviderare thread-safe.Methods in org.opends.server.monitors that return HealthCheckerModifier and TypeMethodDescriptionstatic HealthCheckerHealthChecker.newHealthChecker()Returns a thread safe implementation ofHealthChecker.