Uses of Class
org.apache.solr.client.solrj.io.stream.metrics.Metric
Packages that use Metric
Package
Description
Streaming Graph Traversals
Stream implementations for the Streaming Aggregation API
Expression language for the Streaming Aggregation API
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 MetricConstructor parameters in org.apache.solr.client.solrj.io.graph with type arguments of type MetricModifierConstructorDescriptionGatherNodesStream(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 MetricModifier and TypeMethodDescriptionParallelMetricsRollup.getRollupMetrics(Metric[] metrics) Either an array of metrics that can be parallelized and rolled up or empty.FacetStream.getRollupSelectFields(Metric[] rollupMetrics) The projection of dimensions and metrics from the rollup stream.StatsStream.getRollupSelectFields(Metric[] rollupMetrics) FacetStream.getSortedRollupStream(ParallelListStream plist, Metric[] rollupMetrics) ParallelMetricsRollup.getSortedRollupStream(ParallelListStream plistStream, Metric[] rollupMetrics) Get the rollup for the parallelized streams that is sorted based on the original (non-parallel) sort order.StatsStream.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 MetricModifierConstructorDescriptionFacet2DStream(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 MetricModifier and TypeMethodDescriptionStreamFactory.constructMetric(String expressionClause) StreamFactory.constructMetric(StreamExpression expression) StreamFactory.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.metricsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in org.apache.solr.client.solrj.io.stream.metrics that return MetricModifier and TypeMethodDescriptionCountDistinctMetric.newInstance()CountMetric.newInstance()MaxMetric.newInstance()MeanMetric.newInstance()abstract MetricMetric.newInstance()MinMetric.newInstance()PercentileMetric.newInstance()StdMetric.newInstance()SumMetric.newInstance()WeightedSumMetric.newInstance()