Uses of Interface
org.opends.server.monitors.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
Modifier 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
Modifier and TypeClassDescriptionstatic final class
AHealthChecker
implementation that is safe for using with multiple threads provided that the aggregatedHealthStatusProvider
are thread-safe.Modifier and TypeMethodDescriptionstatic HealthChecker
HealthChecker.newHealthChecker()
Returns a thread safe implementation ofHealthChecker
.