Uses of Interface
org.apache.solr.util.stats.MetricUtils.PropertyFilter
-
Packages that use MetricUtils.PropertyFilter Package Description org.apache.solr.util.stats Utilities for collecting statistics -
-
Uses of MetricUtils.PropertyFilter in org.apache.solr.util.stats
Fields in org.apache.solr.util.stats declared as MetricUtils.PropertyFilter Modifier and Type Field Description static MetricUtils.PropertyFilterMetricUtils.PropertyFilter. ALLMethods in org.apache.solr.util.stats with parameters of type MetricUtils.PropertyFilter Modifier and Type Method Description static voidMetricUtils. convertMetric(String n, com.codahale.metrics.Metric metric, MetricUtils.PropertyFilter propertyFilter, boolean skipHistograms, boolean skipAggregateValues, boolean compact, boolean simple, String separator, BiConsumer<String,Object> consumer)Convert a single instance of metric into a map or flattened object.static voidMetricUtils. convertTimer(String name, com.codahale.metrics.Timer timer, MetricUtils.PropertyFilter propertyFilter, boolean skipHistograms, boolean simple, String separator, BiConsumer<String,Object> consumer)Convert aTimerto a map.static voidMetricUtils. toMaps(com.codahale.metrics.MetricRegistry registry, List<com.codahale.metrics.MetricFilter> shouldMatchFilters, com.codahale.metrics.MetricFilter mustMatchFilter, MetricUtils.PropertyFilter propertyFilter, boolean skipHistograms, boolean skipAggregateValues, boolean compact, boolean simple, BiConsumer<String,Object> consumer)Convert selected metrics to maps or to flattened objects.static voidMetricUtils. toSolrInputDocuments(com.codahale.metrics.MetricRegistry registry, List<com.codahale.metrics.MetricFilter> shouldMatchFilters, com.codahale.metrics.MetricFilter mustMatchFilter, MetricUtils.PropertyFilter propertyFilter, boolean skipHistograms, boolean skipAggregateValues, boolean compact, Map<String,Object> metadata, Consumer<SolrInputDocument> consumer)Provides a representation of the given metric registry asSolrInputDocument-s.
-