Uses of Class
org.apache.solr.client.solrj.io.stream.PushBackStream
-
Packages that use PushBackStream Package Description org.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation API -
-
Uses of PushBackStream in org.apache.solr.client.solrj.io.stream
Fields in org.apache.solr.client.solrj.io.stream declared as PushBackStream Modifier and Type Field Description protected PushBackStreamBiJoinStream. leftStreamprotected PushBackStreamBiJoinStream. rightStreamMethods in org.apache.solr.client.solrj.io.stream that return PushBackStream Modifier and Type Method Description PushBackStreamJoinStream. getStream(int idx)Methods in org.apache.solr.client.solrj.io.stream with parameters of type PushBackStream Modifier and Type Method Description protected TupleJoinStream. loadEqualTupleGroup(PushBackStream stream, LinkedList<Tuple> group, StreamComparator groupComparator)Given the stream, start from beginning and load group with all tuples that are equal to the first in stream (including the first one in the stream).
-