static class QueryExecutor.FutureScrollIterator<T> extends java.lang.Object implements java.util.concurrent.Callable<ScrollIterator<T>>
Query.scroll(ScrollMode)
and returns the result as a
ScrollIterator
.Modifier and Type | Field and Description |
---|---|
private java.lang.Class<T> |
clazz |
private Query |
query |
Constructor and Description |
---|
FutureScrollIterator(java.lang.Class<T> clazz,
Query query) |
Modifier and Type | Method and Description |
---|---|
ScrollIterator<T> |
call() |
public ScrollIterator<T> call()
call
in interface java.util.concurrent.Callable<ScrollIterator<T>>