Uses of Interface
org.apache.solr.metrics.MetricSuppliers.NoOpMetric
-
Packages that use MetricSuppliers.NoOpMetric Package Description org.apache.solr.metrics TheSolrCoreMetricManager
is responsible for collecting metrics fromSolrMetricProducer
's and exposing metrics toSolrMetricReporter
's. -
-
Uses of MetricSuppliers.NoOpMetric in org.apache.solr.metrics
Classes in org.apache.solr.metrics that implement MetricSuppliers.NoOpMetric Modifier and Type Class Description static class
MetricSuppliers.NoOpGauge
No-op implementation ofGauge
.
-