| Package | Description |
|---|---|
| org.infinispan.query.clustered |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
DistributedIterator.fetchValue(ClusteredDoc scoreDoc,
ClusteredTopDocs topDoc) |
protected Object |
DistributedLazyIterator.fetchValue(ClusteredDoc scoreDoc,
ClusteredTopDocs topDoc) |
| Constructor and Description |
|---|
DistributedIterator(org.apache.lucene.search.Sort sort,
int fetchSize,
int resultSize,
int maxResults,
int firstResult,
HashMap<UUID,ClusteredTopDocs> topDocsResponses,
AdvancedCache<?,?> cache) |
DistributedLazyIterator(org.apache.lucene.search.Sort sort,
int fetchSize,
int resultSize,
int maxResults,
int firstResult,
UUID id,
HashMap<UUID,ClusteredTopDocs> topDocsResponses,
ExecutorService asyncExecutor,
AdvancedCache<?,?> cache) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.