Interface Metric
-
- All Known Implementing Classes:
ListMetric,PercentileMetric,SimpleMetric
public interface MetricMetrics returned from Solr
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMetric.METRIC_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Metric.METRIC_TYPEgetType()java.util.Map<java.lang.String,java.lang.Object>getValue()
-
-
-
Method Detail
-
getType
Metric.METRIC_TYPE getType()
-
getValue
java.util.Map<java.lang.String,java.lang.Object> getValue()
-
-