Uses of Class
org.opends.server.api.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
Modifier and TypeFieldDescriptionprotected MeterRegistryHolder
MonitorProvider.registry
The possibly null meter registry holder.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionprotected MeterRegistryHolder
EntryCacheConfigManager.EntryCacheDispatcher.newMeterRegistryHolder
(MeterRegistry parent) -
Uses of MeterRegistryHolder in org.opends.server.monitors
Modifier 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
Modifier and TypeMethodDescriptionprotected void
HTTPConnectionHandler.addAdditionalMeters
(MeterRegistryHolder registry) -
Uses of MeterRegistryHolder in org.opends.server.protocols.ldap
Modifier and TypeMethodDescriptionprotected void
LDAPConnectionHandler.addAdditionalMeters
(MeterRegistryHolder registry) -
Uses of MeterRegistryHolder in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionvoid
LDAPReplicationDomain.addMetricsForLocalReplica
(MeterRegistryHolder registry) void
LDAPReplicationDomain.addMetricsForRemoteReplica
(MeterRegistryHolder registry, ReplicaId remoteReplicaId) -
Uses of MeterRegistryHolder in org.opends.server.replication.service
Modifier 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.