Uses of Class
org.opends.server.api.MeterRegistryHolder
-
Packages that use MeterRegistryHolder Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.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. -
-
Uses of MeterRegistryHolder in org.opends.server.api
Fields in org.opends.server.api declared as MeterRegistryHolder Modifier and Type Field Description protected MeterRegistryHolder
MonitorProvider. registry
The possibly null meter registry holder.Methods in org.opends.server.api that return MeterRegistryHolder Modifier and Type Method Description MeterRegistryHolder
MeterRegistryHolder. hierarchicalNamePrefix(String hierarchicalNamePrefix)
Sets the prefix for the hierarchical metric names.protected MeterRegistryHolder
EntryCache. newMeterRegistryHolder(MeterRegistry parent)
Creates aMeterRegistryHolder
with the appropriate name prefixes and tags.MeterRegistryHolder
MeterRegistryHolder. tag(String key, String value)
Adds a tag that will be automatically added to all meters registered against this meter registry.Methods in org.opends.server.api with parameters of type MeterRegistryHolder Modifier and Type Method Description protected void
ConnectionHandler. addAdditionalMeters(MeterRegistryHolder registry)
Computes additional meters that is specific to the connection handler implementation. -
Uses of MeterRegistryHolder in org.opends.server.core
Methods in org.opends.server.core that return MeterRegistryHolder Modifier and Type Method Description protected MeterRegistryHolder
EntryCacheConfigManager.EntryCacheDispatcher. newMeterRegistryHolder(MeterRegistry parent)
-
Uses of MeterRegistryHolder in org.opends.server.monitors
Methods in org.opends.server.monitors that return MeterRegistryHolder Modifier and Type Method Description MeterRegistryHolder
LocalBackendMonitor.BaseDnMonitorData. newMetricRegistryHolder(MeterRegistry parent, String... additionalHierarchicalNamePrefixElements)
Builds and returns a new meter registry holder using the information held in this object. -
Uses of MeterRegistryHolder in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http with parameters of type MeterRegistryHolder Modifier and Type Method Description protected void
HTTPConnectionHandler. addAdditionalMeters(MeterRegistryHolder registry)
-
Uses of MeterRegistryHolder in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type MeterRegistryHolder Modifier and Type Method Description protected void
LDAPConnectionHandler. addAdditionalMeters(MeterRegistryHolder registry)
-
Uses of MeterRegistryHolder in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type MeterRegistryHolder Modifier and Type Method Description void
LDAPReplicationDomain. addAdditionalMonitoring(MeterRegistryHolder registry)
-
Uses of MeterRegistryHolder in org.opends.server.replication.service
Methods in org.opends.server.replication.service with parameters of type MeterRegistryHolder Modifier and Type Method Description void
ReplicationDomain. addAdditionalMonitoring(MeterRegistryHolder registry)
Subclasses should use this method to add additional monitoring information in the ReplicationDomain.
-