Package org.apache.solr.util.stats
Interface MetricUtils.PropertyFilter
-
- Enclosing class:
- MetricUtils
public static interface MetricUtils.PropertyFilterThis filter can limit what properties of a metric are returned.
-
-
Field Summary
Fields Modifier and Type Field Description static MetricUtils.PropertyFilterALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(String name)Return only properties that match.
-
-
-
Field Detail
-
ALL
static final MetricUtils.PropertyFilter ALL
-
-
Method Detail
-
accept
boolean accept(String name)
Return only properties that match.- Parameters:
name- property name- Returns:
- true if this property should be returned, false otherwise.
-
-