Class PercentileMetric
- java.lang.Object
-
- org.apache.solr.client.solrj.io.stream.metrics.Metric
-
- org.apache.solr.client.solrj.io.stream.metrics.PercentileMetric
-
- All Implemented Interfaces:
Expressible
public class PercentileMetric extends Metric
-
-
Field Summary
-
Fields inherited from class org.apache.solr.client.solrj.io.stream.metrics.Metric
outputLong
-
-
Constructor Summary
Constructors Constructor Description PercentileMetric(String columnName, int percentile)PercentileMetric(StreamExpression expression, StreamFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getColumns()NumbergetValue()MetricnewInstance()StreamExpressionParametertoExpression(StreamFactory factory)voidupdate(Tuple tuple)-
Methods inherited from class org.apache.solr.client.solrj.io.stream.metrics.Metric
getFunctionName, getIdentifier, getMetricNodeId, setFunctionName, setIdentifier, setIdentifier, toExplanation
-
-
-
-
Constructor Detail
-
PercentileMetric
public PercentileMetric(String columnName, int percentile)
-
PercentileMetric
public PercentileMetric(StreamExpression expression, StreamFactory factory) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getColumns
public String[] getColumns()
- Specified by:
getColumnsin classMetric
-
newInstance
public Metric newInstance()
- Specified by:
newInstancein classMetric
-
toExpression
public StreamExpressionParameter toExpression(StreamFactory factory) throws IOException
- Throws:
IOException
-
-