Uses of Class
org.opends.server.api.MeterRegistryHolder
Packages that use MeterRegistryHolder
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains various classes that comprise the core of the Directory Server codebase.
Contains various Directory Server monitor provider implementations.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
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 MeterRegistryHolderModifier and TypeFieldDescriptionprotected MeterRegistryHolderMonitorProvider.registryThe possibly null meter registry holder.Methods in org.opends.server.api that return MeterRegistryHolderModifier and TypeMethodDescriptionMeterRegistryHolder.hierarchicalNamePrefix(String hierarchicalNamePrefix) Sets the prefix for the hierarchical metric names.protected MeterRegistryHolderEntryCache.newMeterRegistryHolder(MeterRegistry parent) Creates aMeterRegistryHolderwith the appropriate name prefixes and tags.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 MeterRegistryHolderModifier and TypeMethodDescriptionprotected voidConnectionHandler.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 MeterRegistryHolderModifier and TypeMethodDescriptionprotected MeterRegistryHolderEntryCacheConfigManager.EntryCacheDispatcher.newMeterRegistryHolder(MeterRegistry parent) -
Uses of MeterRegistryHolder in org.opends.server.monitors
Methods in org.opends.server.monitors that return MeterRegistryHolderModifier and TypeMethodDescriptionLocalBackendMonitor.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 MeterRegistryHolderModifier and TypeMethodDescriptionprotected voidHTTPConnectionHandler.addAdditionalMeters(MeterRegistryHolder registry) -
Uses of MeterRegistryHolder in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type MeterRegistryHolderModifier and TypeMethodDescriptionprotected voidLDAPConnectionHandler.addAdditionalMeters(MeterRegistryHolder registry) protected voidLoomLdapConnectionHandler.addAdditionalMeters(MeterRegistryHolder registry) -
Uses of MeterRegistryHolder in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type MeterRegistryHolderModifier and TypeMethodDescriptionvoidLDAPReplicationDomain.addMetricsForLocalReplica(MeterRegistryHolder registry) voidLDAPReplicationDomain.addMetricsForRemoteReplica(MeterRegistryHolder registry, ReplicaId remoteReplicaId) -
Uses of MeterRegistryHolder in org.opends.server.replication.service
Methods in org.opends.server.replication.service with parameters of type MeterRegistryHolderModifier and TypeMethodDescriptionvoidReplicationDomain.addMetricsForLocalReplica(MeterRegistryHolder registry) Subclasses should use this method to add additional monitoring information in the ReplicationDomain.voidReplicationDomain.addMetricsForRemoteReplica(MeterRegistryHolder registry, ReplicaId remoteReplicaId) Subclasses should use this method to add additional monitoring information in the Remote Replica Monitor.