Uses of Interface
org.forgerock.opendj.server.config.server.PrometheusEndpointCfg
-
Packages that use PrometheusEndpointCfg 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. -
-
Uses of PrometheusEndpointCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PrometheusEndpointCfg Modifier and Type Method Description ManagedObjectDefinition<? extends PrometheusEndpointCfgClient,? extends PrometheusEndpointCfg>
PrometheusEndpointCfgClient. definition()
Get the configuration definition associated with this Prometheus HTTP Endpoint. -
Uses of PrometheusEndpointCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PrometheusEndpointCfg Modifier and Type Method Description PrometheusEndpointCfg
PrometheusEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends PrometheusEndpointCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PrometheusEndpointCfg Modifier and Type Method Description Class<PrometheusEndpointCfg>
PrometheusEndpointCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PrometheusEndpointCfg Modifier and Type Method Description PrometheusEndpointCfg
PrometheusEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends PrometheusEndpointCfg> impl)
-
Uses of PrometheusEndpointCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type PrometheusEndpointCfg Modifier and Type Method Description Class<? extends PrometheusEndpointCfg>
PrometheusEndpointCfg. configurationClass()
Gets the configuration class associated with this Prometheus HTTP Endpoint.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type PrometheusEndpointCfg Modifier and Type Method 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. -
Uses of PrometheusEndpointCfg in org.opends.server.protocols.http
Constructors in org.opends.server.protocols.http with parameters of type PrometheusEndpointCfg Constructor Description PrometheusEndpoint(PrometheusEndpointCfg configuration, ServerContext serverContext)
Creates a newPrometheusEndpoint
.
-