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 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 HealthCheckerModifier and TypeClassDescriptionstatic final class
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 HealthCheckerModifier and TypeMethodDescriptionstatic HealthChecker
HealthChecker.newHealthChecker()
Returns a thread safe implementation ofHealthChecker
.