static class QueryExecutor.FutureScrollIterator<T> extends Object implements Callable<ScrollIterator<T>>
Query.scroll(ScrollMode)
and returns the result as a
ScrollIterator
.public ScrollIterator<T> call()
call
in interface Callable<ScrollIterator<T>>