Uses of Record Class
org.opends.server.monitors.HealthStatus
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains the code for implementing Directory Server pluggable storage backends.
Contains various Directory Server monitor provider implementations.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the code for the Replication Server part of the Multimaster replication feature.
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
-
Uses of HealthStatus in org.opends.server.api
-
Uses of HealthStatus in org.opends.server.backends.pluggable
-
Uses of HealthStatus in org.opends.server.monitors
Modifier and TypeMethodDescriptionstatic HealthStatus
HealthStatus.aliveAndHealthy()
Returns the ALIVE and HEALTHYHealthStatus
.static HealthStatus
HealthStatus.combine
(HealthStatus healthStatus1, HealthStatus healthStatus2) Creates a newHealthStatus
by combining the providedHealthStatus
errors.HealthChecker.HealthCheckerImpl.getHealthStatus()
HealthStatusProvider.getHealthStatus()
Returns theHealthStatus
for the underlying component.static HealthStatus
HealthStatus.notAlive
(List<LocalizableMessage> errors) Returns a NOT_ALIVEHealthStatus
.static HealthStatus
HealthStatus.notAlive
(LocalizableMessage error) Returns a NOT_ALIVEHealthStatus
.static HealthStatus
HealthStatus.notHealthy
(List<LocalizableMessage> errors) Returns a NOT_HEALTHYHealthStatus
.static HealthStatus
HealthStatus.notHealthy
(LocalizableMessage error) Returns a NOT_HEALTHYHealthStatus
.Modifier and TypeMethodDescriptionstatic HealthStatus
HealthStatus.combine
(HealthStatus healthStatus1, HealthStatus healthStatus2) Creates a newHealthStatus
by combining the providedHealthStatus
errors. -
Uses of HealthStatus in org.opends.server.replication.plugin
-
Uses of HealthStatus in org.opends.server.replication.server
Modifier and TypeMethodDescriptionReplicationServer.getListenersHealthStatus()
Returns the health status for the replication server listeners. -
Uses of HealthStatus in org.opends.server.replication.service
Modifier and TypeMethodDescriptionReplicationDomain.getHealthStatus
(long delayThresholdMs) Returns the health status based on the current replication delay.