Package org.apache.solr.core
Class MetricsConfig
- java.lang.Object
-
- org.apache.solr.core.MetricsConfig
-
public class MetricsConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetricsConfig.MetricsConfigBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginInfogetCounterSupplier()Set<String>getHiddenSysProps()PluginInfogetHistogramSupplier()PluginInfogetHistoryHandler()PluginInfogetMeterSupplier()PluginInfo[]getMetricReporters()PluginInfogetTimerSupplier()
-
-
-
Method Detail
-
getMetricReporters
public PluginInfo[] getMetricReporters()
-
getCounterSupplier
public PluginInfo getCounterSupplier()
-
getMeterSupplier
public PluginInfo getMeterSupplier()
-
getTimerSupplier
public PluginInfo getTimerSupplier()
-
getHistogramSupplier
public PluginInfo getHistogramSupplier()
-
getHistoryHandler
public PluginInfo getHistoryHandler()
-
-