public interface FutureIds<T> extends Future<List<Object>>
It extends the java.util.concurrent.Future with the ability to get the Id's while the query is still executing in the background.
List<Object> getPartialIds()
That is the query getting the id's could still be running and adding id's to this list.
To get the list of Id's ensuring the query has finished use the
Future.get() method instead of this one.
Copyright © 2014. All Rights Reserved.