Package org.infinispan.query.clustered
Class AggregationDistributedIterator
java.lang.Object
org.infinispan.query.clustered.AggregationDistributedIterator
- All Implemented Interfaces:
AutoCloseable,Iterator<Object[]>,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