Uses of Class
org.opends.server.api.MonitorProvider
Packages that use MonitorProvider
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 classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
Contains various Directory Server monitor provider implementations.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
This package contains the code for the Replication Server part of the Multimaster replication feature.
This package contains a file-based log implementation for the changelog database API.
-
Uses of MonitorProvider in org.opends.server.api
Subclasses of MonitorProvider in org.opends.server.apiModifier and TypeClassDescriptionclassEntryCache<T extends EntryCacheCfg>This class defines the set of methods that must be implemented by a Directory Server entry cache.static final classThis class implements a monitor provider that will report alias name and expiry date for each X509 certificate associated to a key manager provider. -
Uses of MonitorProvider in org.opends.server.backends.pluggable
Subclasses of MonitorProvider in org.opends.server.backends.pluggableModifier and TypeClassDescriptionclassA monitor provider for high level backend statistics, such as filter stats and search counters. -
Uses of MonitorProvider in org.opends.server.core
Subclasses of MonitorProvider in org.opends.server.coreModifier and TypeClassDescriptionstatic final classThis class defines the entry cache dispatcher which acts as an arbiter for every entry cache implementation configured and installed within the Directory Server or acts an an empty cache if no implementation specific entry cache is configured.Methods in org.opends.server.core that return types with arguments of type MonitorProviderModifier and TypeMethodDescriptionDirectoryServer.getMonitorProviders()ServerContext.getMonitorProviders()Retrieves the set of monitor providers that have been registered with the Directory Server, as a mapping between the monitor name (in all lowercase characters) and the monitor implementation.Methods in org.opends.server.core with parameters of type MonitorProviderModifier and TypeMethodDescriptionvoidDirectoryServer.deregisterMonitorProvider(MonitorProvider monitorProvider) voidServerContext.deregisterMonitorProvider(MonitorProvider monitorProvider) Deregisters the specified monitor provider from the Directory Server.voidDirectoryServer.registerMonitorProvider(MonitorProvider monitorProvider) voidServerContext.registerMonitorProvider(MonitorProvider monitorProvider) Registers the provided monitor provider with the Directory Server. -
Uses of MonitorProvider in org.opends.server.extensions
Subclasses of MonitorProvider in org.opends.server.extensionsModifier and TypeClassDescriptionfinal classThis class defines a Directory Server entry cache that uses a FIFO to keep track of the entries.final classThis class defines a Directory Server entry cache that uses soft references to manage objects in a way that will allow them to be freed if the JVM is running low on memory. -
Uses of MonitorProvider in org.opends.server.monitors
Subclasses of MonitorProvider in org.opends.server.monitorsModifier and TypeClassDescriptionfinal classAMonitorProviderfor monitoring the server health status.final classThis class defines a monitor provider that reports information about the JVM it is running into.classLocalBackendMonitor<B extends LocalBackend<?>>This class implements a monitor provider that will report generic information for an enabled Directory Server backend, including its backend ID, base DNs, writability mode, and the number of entries it contains. -
Uses of MonitorProvider in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx with parameters of type MonitorProviderModifier and TypeMethodDescriptionvoidJMXMBean.addMonitorProvider(MonitorProvider component) Adds the given monitor provider to the set of components associated with this JMX MBean.voidJMXMBean.removeMonitorProvider(MonitorProvider component) Removes the given monitor provider from the set of components associated with this JMX MBean. -
Uses of MonitorProvider in org.opends.server.replication.server
Subclasses of MonitorProvider in org.opends.server.replication.serverModifier and TypeClassDescriptionfinal classThis class define an in-memory cache that will be used to store the messages that have been received from an LDAP server or from another replication server and that should be forwarded to other servers. -
Uses of MonitorProvider in org.opends.server.replication.server.changelog.file
Subclasses of MonitorProvider in org.opends.server.replication.server.changelog.fileModifier and TypeClassDescriptionfinal classLog file implementation of the ChangelogDB interface.