Uses of Interface
org.opends.server.monitors.HealthStatusProvider
-
Packages that use HealthStatusProvider Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.monitors Contains various Directory Server monitor provider implementations.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of HealthStatusProvider in org.opends.server.api
Classes in org.opends.server.api that implement HealthStatusProvider Modifier and Type Class Description class
Backend<C extends Configuration>
Represents a directory server backend, which can be either local or remote (proxy).class
LocalBackend<C extends Configuration>
This class defines the set of methods and structures that must be implemented for a Directory Server backend. -
Uses of HealthStatusProvider in org.opends.server.backends
Classes in org.opends.server.backends that implement HealthStatusProvider Modifier and Type Class Description class
ChangelogBackend
A backend that provides access to the changelog, i.e.class
ConfigurationBackend
Back-end responsible for management of configuration entries.class
LDIFBackend
This class provides a backend implementation that stores the underlying data in an LDIF file.class
MemoryBackend
This class defines a very simple backend that stores its information in memory.class
MonitorBackend
This class defines a backend to hold Directory Server monitor entries.class
NullBackend
This class implements /dev/null like backend for development and testing.class
ProxyBackend
Implements the proxy backend, i.e.class
RootDSEBackend
This class defines a backend to hold the Directory Server root DSE.class
SchemaBackend
This class defines a backend to hold the Directory Server schema information. -
Uses of HealthStatusProvider in org.opends.server.backends.jeb
Classes in org.opends.server.backends.jeb that implement HealthStatusProvider Modifier and Type Class Description class
JEBackend
Class defined in the configuration for this backend type. -
Uses of HealthStatusProvider in org.opends.server.backends.pluggable
Classes in org.opends.server.backends.pluggable that implement HealthStatusProvider Modifier and Type Class Description class
BackendImpl<C extends PluggableBackendCfg>
This is an implementation of a Directory Server Backend which stores entries locally in a pluggable storage. -
Uses of HealthStatusProvider in org.opends.server.backends.task
Classes in org.opends.server.backends.task that implement HealthStatusProvider Modifier and Type Class Description class
TaskBackend
This class provides an implementation of a Directory Server backend that may be used to execute various kinds of administrative tasks on a one-time or recurring basis. -
Uses of HealthStatusProvider in org.opends.server.monitors
Subinterfaces of HealthStatusProvider in org.opends.server.monitors Modifier and Type Interface Description interface
HealthChecker
A compositeHealthStatusProvider
that computes its health status based on the registeredHealthStatusProvider
.Classes in org.opends.server.monitors that implement HealthStatusProvider 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 with parameters of type HealthStatusProvider Modifier and Type Method Description void
HealthChecker. deregister(HealthStatusProvider healthStatusProvider)
Deregisters aHealthStatusProvider
.void
HealthChecker.HealthCheckerImpl. deregister(HealthStatusProvider healthStatusProvider)
void
HealthChecker.HealthCheckerImpl. register(HealthStatusProvider healthStatusProvider)
void
HealthChecker. register(HealthStatusProvider healthStatusProvider)
Registers aHealthStatusProvider
.Constructors in org.opends.server.monitors with parameters of type HealthStatusProvider Constructor Description HealthStatusMonitorProvider(HealthStatusProvider healthStatusProvider)
Creates a newHealthStatusMonitorProvider
for monitoring the providedHealthStatusProvider
. -
Uses of HealthStatusProvider in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement HealthStatusProvider Modifier and Type Class Description class
MultimasterReplication
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.
-