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 MeterRegistryHolder
MonitorProvider.registry
The 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 MeterRegistryHolder
EntryCache.newMeterRegistryHolder
(MeterRegistry parent) Creates aMeterRegistryHolder
with 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 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 MeterRegistryHolderModifier and TypeMethodDescriptionprotected MeterRegistryHolder
EntryCacheConfigManager.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 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 MeterRegistryHolderModifier and TypeMethodDescriptionprotected 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 MeterRegistryHolderModifier and TypeMethodDescriptionvoid
LDAPReplicationDomain.addMetricsForLocalReplica
(MeterRegistryHolder registry) void
LDAPReplicationDomain.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 TypeMethodDescriptionvoid
ReplicationDomain.addMetricsForLocalReplica
(MeterRegistryHolder registry) Subclasses should use this method to add additional monitoring information in the ReplicationDomain.void
ReplicationDomain.addMetricsForRemoteReplica
(MeterRegistryHolder registry, ReplicaId remoteReplicaId) Subclasses should use this method to add additional monitoring information in the Remote Replica Monitor.