Package org.infinispan.query.clustered
Class AggregationDistributedIterator
java.lang.Object
org.infinispan.query.clustered.AggregationDistributedIterator
- All Implemented Interfaces:
AutoCloseable,Iterator<Object[]>,org.infinispan.commons.util.CloseableIterator<Object[]>
-
Constructor Summary
ConstructorsConstructorDescriptionAggregationDistributedIterator(Map<org.infinispan.remoting.transport.Address, NodeTopDocs> topDocsResponses, boolean displayGroupFirst, org.apache.lucene.search.Sort sort) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
AggregationDistributedIterator
public AggregationDistributedIterator(Map<org.infinispan.remoting.transport.Address, NodeTopDocs> topDocsResponses, boolean displayGroupFirst, org.apache.lucene.search.Sort sort)
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.infinispan.commons.util.CloseableIterator<Object[]>
-
hasNext
public boolean hasNext() -
next
-