Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected MeterRegistryHolder |
MonitorProvider.registry
The possibly null meter registry holder.
|
Modifier and Type | Method and Description |
---|---|
MeterRegistryHolder |
MeterRegistryHolder.hierarchicalNamePrefix(String hierarchicalNamePrefix)
Sets the prefix for the hierarchical metric names.
|
protected MeterRegistryHolder |
EntryCache.newMeterRegistryHolder(MeterRegistry parent)
Creates a
MeterRegistryHolder 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionHandler.addAdditionalMeters(MeterRegistryHolder registry)
Computes additional meters that is specific to the connection handler implementation.
|
Modifier and Type | Method and Description |
---|---|
protected MeterRegistryHolder |
DefaultEntryCache.newMeterRegistryHolder(MeterRegistry parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
HTTPConnectionHandler.addAdditionalMeters(MeterRegistryHolder registry) |
Modifier and Type | Method and Description |
---|---|
protected void |
LDAPConnectionHandler.addAdditionalMeters(MeterRegistryHolder registry) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPReplicationDomain.addAdditionalMonitoring(MeterRegistryHolder registry) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationDomain.addAdditionalMonitoring(MeterRegistryHolder registry)
Subclasses should use this method to add additional monitoring information in the ReplicationDomain.
|
Copyright 2010-2022 ForgeRock AS.