public class QueryFutureList<T> extends BaseFuture<List<T>> implements FutureList<T>
futureTask| Constructor and Description |
|---|
QueryFutureList(CallableQueryList<T> call) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
FutureTask<List<T>> |
getFutureTask() |
Query<T> |
getQuery()
Return the query that is being executed by a background thread.
|
Transaction |
getTransaction() |
get, get, isCancelled, isDoneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, get, isCancelled, isDonepublic QueryFutureList(CallableQueryList<T> call)
public FutureTask<List<T>> getFutureTask()
public Transaction getTransaction()
public Query<T> getQuery()
FutureListgetQuery in interface FutureList<T>Copyright © 2014. All Rights Reserved.