Uses of Class
org.apache.solr.client.solrj.io.stream.metrics.Metric
-
Packages that use Metric Package Description org.apache.solr.client.solrj.io.graph Streaming Graph Traversalsorg.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream.expr Expression language for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream.metrics Metrics package -
-
Uses of Metric in org.apache.solr.client.solrj.io.graph
Method parameters in org.apache.solr.client.solrj.io.graph with type arguments of type Metric Modifier and Type Method Description voidNode. setMetrics(List<Metric> metrics)Constructor parameters in org.apache.solr.client.solrj.io.graph with type arguments of type Metric Constructor Description GatherNodesStream(String zkHost, String collection, TupleStream tupleStream, String traverseFrom, String traverseTo, String gather, Map<String,String> queryParams, List<Metric> metrics, boolean trackTraversal, Set<Traversal.Scatter> scatter, int maxDocFreq) -
Uses of Metric in org.apache.solr.client.solrj.io.stream
Methods in org.apache.solr.client.solrj.io.stream with parameters of type Metric Modifier and Type Method Description default Optional<Metric[]>ParallelMetricsRollup. getRollupMetrics(Metric[] metrics)Either an array of metrics that can be parallelized and rolled up or empty.protected Map<String,String>FacetStream. getRollupSelectFields(Metric[] rollupMetrics)The projection of dimensions and metrics from the rollup stream.protected Map<String,String>StatsStream. getRollupSelectFields(Metric[] rollupMetrics)TupleStreamFacetStream. getSortedRollupStream(ParallelListStream plist, Metric[] rollupMetrics)TupleStreamParallelMetricsRollup. getSortedRollupStream(ParallelListStream plistStream, Metric[] rollupMetrics)Get the rollup for the parallelized streams that is sorted based on the original (non-parallel) sort order.TupleStreamStatsStream. getSortedRollupStream(ParallelListStream plist, Metric[] rollupMetrics)default Optional<TupleStream>ParallelMetricsRollup. openParallelStream(StreamContext context, List<String> partitions, Metric[] metrics)Given a list of partitions (collections), open a select stream that projects the dimensions and metrics produced by rolling up over a parallelized group of streams.Constructors in org.apache.solr.client.solrj.io.stream with parameters of type Metric Constructor Description Facet2DStream(String zkHost, String collection, org.apache.solr.common.params.ModifiableSolrParams params, Bucket x, Bucket y, String dimensions, Metric metric)FacetStream(String zkHost, String collection, org.apache.solr.common.params.SolrParams params, Bucket[] buckets, Metric[] metrics, FieldComparator[] bucketSorts, int bucketSizeLimit)HashRollupStream(TupleStream tupleStream, Bucket[] buckets, Metric[] metrics)RollupStream(TupleStream tupleStream, Bucket[] buckets, Metric[] metrics)StatsStream(String zkHost, String collection, org.apache.solr.common.params.SolrParams params, Metric[] metrics)TimeSeriesStream(String zkHost, String collection, org.apache.solr.common.params.SolrParams params, Metric[] metrics, String field, String start, String end, String gap, String format) -
Uses of Metric in org.apache.solr.client.solrj.io.stream.expr
Methods in org.apache.solr.client.solrj.io.stream.expr that return Metric Modifier and Type Method Description MetricStreamFactory. constructMetric(String expressionClause)MetricStreamFactory. constructMetric(StreamExpression expression)MetricStreamFactory. constructOperation(String expressionClause) -
Uses of Metric in org.apache.solr.client.solrj.io.stream.metrics
Subclasses of Metric in org.apache.solr.client.solrj.io.stream.metrics Modifier and Type Class Description classCountDistinctMetricclassCountMetricclassMaxMetricclassMeanMetricclassMinMetricclassPercentileMetricclassStdMetricclassSumMetricclassWeightedSumMetricMethods in org.apache.solr.client.solrj.io.stream.metrics that return Metric Modifier and Type Method Description MetricCountDistinctMetric. newInstance()MetricCountMetric. newInstance()MetricMaxMetric. newInstance()MetricMeanMetric. newInstance()abstract MetricMetric. newInstance()MetricMinMetric. newInstance()MetricPercentileMetric. newInstance()MetricStdMetric. newInstance()MetricSumMetric. newInstance()MetricWeightedSumMetric. newInstance()
-