Uses of Class
org.apache.solr.client.solrj.io.stream.ParallelListStream
-
Packages that use ParallelListStream Package Description org.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation API -
-
Uses of ParallelListStream in org.apache.solr.client.solrj.io.stream
Methods in org.apache.solr.client.solrj.io.stream with parameters of type ParallelListStream Modifier and Type Method Description 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)
-