Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.monitors |
Contains various Directory Server monitor provider implementations.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.service |
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
|
Modifier and Type | Method and Description |
---|---|
HealthStatus |
ConnectionHandler.getHealthStatus() |
HealthStatus |
Backend.getHealthStatus() |
Modifier and Type | Method and Description |
---|---|
HealthStatus |
BackendImpl.getHealthStatus() |
Modifier and Type | Method and Description |
---|---|
static HealthStatus |
HealthStatus.aliveAndHealthy()
Returns the ALIVE and HEALTHY
HealthStatus . |
static HealthStatus |
HealthStatus.combine(HealthStatus healthStatus1,
HealthStatus healthStatus2)
Creates a new
HealthStatus by combining the provided HealthStatus errors. |
HealthStatus |
HealthStatusProvider.getHealthStatus()
Returns the
HealthStatus for the underlying component. |
HealthStatus |
HealthChecker.HealthCheckerImpl.getHealthStatus() |
static HealthStatus |
HealthStatus.notAlive(List<LocalizableMessage> errors)
Returns a NOT_ALIVE
HealthStatus . |
static HealthStatus |
HealthStatus.notAlive(LocalizableMessage error)
Returns a NOT_ALIVE
HealthStatus . |
static HealthStatus |
HealthStatus.notHealthy(List<LocalizableMessage> errors)
Returns a NOT_HEALTHY
HealthStatus . |
static HealthStatus |
HealthStatus.notHealthy(LocalizableMessage error)
Returns a NOT_HEALTHY
HealthStatus . |
Modifier and Type | Method and Description |
---|---|
static HealthStatus |
HealthStatus.combine(HealthStatus healthStatus1,
HealthStatus healthStatus2)
Creates a new
HealthStatus by combining the provided HealthStatus errors. |
Modifier and Type | Method and Description |
---|---|
HealthStatus |
HTTPConnectionHandler.getHealthStatus()
Returns the Http connection handler's health status based on the listen addresses.
|
Modifier and Type | Method and Description |
---|---|
HealthStatus |
LDAPConnectionHandler.getHealthStatus()
Returns the Ldap connection handler's health status based on the listen addresses.
|
Modifier and Type | Method and Description |
---|---|
HealthStatus |
MultimasterReplication.getHealthStatus() |
Modifier and Type | Method and Description |
---|---|
HealthStatus |
ReplicationDomain.getHealthStatus(long delayThreshold)
Returns the health status based on the current replication delay.
|
Copyright 2010-2022 ForgeRock AS.