Class AggregationDistributedIterator

java.lang.Object
org.infinispan.query.clustered.AggregationDistributedIterator
All Implemented Interfaces:
AutoCloseable, Iterator<Object[]>, org.infinispan.commons.util.CloseableIterator<Object[]>

public class AggregationDistributedIterator extends Object implements org.infinispan.commons.util.CloseableIterator<Object[]>
  • Constructor Details

    • AggregationDistributedIterator

      public AggregationDistributedIterator(Map<org.infinispan.remoting.transport.Address,NodeTopDocs> topDocsResponses, boolean displayGroupFirst, org.apache.lucene.search.Sort sort)
  • Method Details