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 HealthChecker
DirectoryServer. getHealthChecker()
HealthChecker
ServerContext. getHealthChecker()
Returns theHealthChecker
that aggregates all theHealthStatusProvider
for 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 class
HealthChecker.HealthCheckerImpl
AHealthChecker
implementation that is safe for using with multiple threads provided that the aggregatedHealthStatusProvider
are thread-safe.Methods in org.opends.server.monitors that return HealthChecker Modifier and Type Method Description static HealthChecker
HealthChecker. newHealthChecker()
Returns a thread safe implementation ofHealthChecker
.
-