Package | Description |
---|---|
org.apache.solr.client.solrj.io.stream |
Stream implementations for the Streaming Aggregation API
|
Modifier and Type | Class and Description |
---|---|
class |
CloudSolrStream
Connects to Zookeeper to pick replicas from a specific collection to send the query to.
|
class |
MergeStream
Unions streamA with streamB ordering the Tuples based on a Comparator.
|
class |
ParallelStream
The ParallelStream decorates a TupleStream implementation and pushes it to N workers for parallel execution.
|
class |
RankStream
Iterates over a TupleStream and Ranks the topN tuples based on a Comparator.
|
class |
ReducerStream
Iterates over a TupleStream and buffers Tuples that are equal based on a comparator.
|
class |
UniqueStream
The UniqueStream emits a unique stream of Tuples based on a Comparator.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.