public class InstrumentedPoolingClientConnectionManager extends org.apache.http.impl.conn.PoolingClientConnectionManager implements SolrMetricProducer
| Constructor and Description |
|---|
InstrumentedPoolingClientConnectionManager(org.apache.http.conn.scheme.SchemeRegistry schreg) |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeMetrics(SolrMetricManager manager,
String registry,
String scope)
Initializes metrics specific to this producer
|
closeExpiredConnections, closeIdleConnections, createConnectionOperator, finalize, getDefaultMaxPerRoute, getMaxPerRoute, getMaxTotal, getSchemeRegistry, getStats, getTotalStats, releaseConnection, requestConnection, setDefaultMaxPerRoute, setMaxPerRoute, setMaxTotal, shutdownpublic InstrumentedPoolingClientConnectionManager(org.apache.http.conn.scheme.SchemeRegistry schreg)
public void initializeMetrics(SolrMetricManager manager, String registry, String scope)
SolrMetricProducerinitializeMetrics in interface SolrMetricProducermanager - an instance of SolrMetricManagerregistry - registry name where metrics are registeredscope - scope of the metrics (eg. handler name) to separate metrics of
instances of the same component executing in different contextsCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.