Class MetricsConfig

java.lang.Object
org.apache.solr.core.MetricsConfig

public class MetricsConfig extends Object
  • Field Details

    • NOOP_IMPL_CLASS

      public static final String NOOP_IMPL_CLASS
      Symbolic name to use as plugin class name for no-op implementations.
      See Also:
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getCacheConfig

      public MetricsConfig.CacheConfig getCacheConfig()
    • getMetricReporters

      public PluginInfo[] getMetricReporters()
    • getNullNumber

      public Object getNullNumber()
    • getNotANumber

      public Object getNotANumber()
    • getNullString

      public Object getNullString()
    • getNullObject

      public Object getNullObject()
    • getCounterSupplier

      public PluginInfo getCounterSupplier()
    • getMeterSupplier

      public PluginInfo getMeterSupplier()
    • getTimerSupplier

      public PluginInfo getTimerSupplier()
    • getHistogramSupplier

      public PluginInfo getHistogramSupplier()