Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PrometheusEndpointCfgClient,? extends PrometheusEndpointCfg> |
PrometheusEndpointCfgClient.definition()
Get the configuration definition associated with this Prometheus HTTP Endpoint.
|
Modifier and Type | Method and Description |
---|---|
PrometheusEndpointCfg |
PrometheusEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends PrometheusEndpointCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<PrometheusEndpointCfg> |
PrometheusEndpointCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
PrometheusEndpointCfg |
PrometheusEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends PrometheusEndpointCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PrometheusEndpointCfg> |
PrometheusEndpointCfg.configurationClass()
Gets the configuration class associated with this Prometheus HTTP Endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
PrometheusEndpointCfg.addPrometheusEndpointChangeListener(ConfigurationChangeListener<PrometheusEndpointCfg> listener)
Register to be notified when this Prometheus HTTP Endpoint is changed.
|
void |
PrometheusEndpointCfg.removePrometheusEndpointChangeListener(ConfigurationChangeListener<PrometheusEndpointCfg> listener)
Deregister an existing Prometheus HTTP Endpoint configuration change listener.
|
Constructor and Description |
---|
PrometheusEndpoint(PrometheusEndpointCfg configuration,
ServerContext serverContext)
Creates a new
PrometheusEndpoint . |
Copyright 2010-2018 ForgeRock AS.