Uses of Interface
org.opends.server.monitors.HealthChecker
-
Packages that use HealthChecker Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.monitors Contains various Directory Server monitor provider implementations. -
-
Uses of HealthChecker in org.opends.server.core
Methods in org.opends.server.core that return HealthChecker Modifier and Type Method Description HealthCheckerDirectoryServer. getHealthChecker()HealthCheckerServerContext. 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 HealthChecker Modifier and Type Class Description static classHealthChecker.HealthCheckerImplAHealthCheckerimplementation that is safe for using with multiple threads provided that the aggregatedHealthStatusProviderare thread-safe.Methods in org.opends.server.monitors that return HealthChecker Modifier and Type Method Description static HealthCheckerHealthChecker. newHealthChecker()Returns a thread safe implementation ofHealthChecker.
-