Uses of Class
org.opends.server.monitors.LocalBackendMonitor
-
Packages that use LocalBackendMonitor 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. -
-
Uses of LocalBackendMonitor in org.opends.server.api
Methods in org.opends.server.api that return LocalBackendMonitor Modifier and Type Method Description protected LocalBackendMonitor<?>
LocalBackend. getLocalBackendMonitor()
Returns the local backend monitor associated with this backend. -
Uses of LocalBackendMonitor in org.opends.server.backends.pluggable
Subclasses of LocalBackendMonitor in org.opends.server.backends.pluggable Modifier and Type Class Description class
PluggableBackendMonitor
A monitor provider for high level backend statistics, such as filter stats and search counters.
-