| Constructor and Description |
|---|
MardaoListFuture(Future<List<?>> datastoreFuture,
Iterable<T> domains) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean bln) |
List<?> |
get() |
List<?> |
get(long l,
TimeUnit tu) |
Iterable<T> |
getDomains() |
boolean |
isCancelled() |
boolean |
isDone() |
public boolean isCancelled()
isCancelled in interface Future<List<?>>public List<?> get() throws InterruptedException, ExecutionException
get in interface Future<List<?>>InterruptedExceptionExecutionExceptionpublic List<?> get(long l, TimeUnit tu) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<List<?>>InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2014 Wadpam. All Rights Reserved.