| Constructor and Description |
|---|
MardaoListFuture(Future<List<?>> datastoreFuture,
Iterable<T> domains) |
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 © 2013. All Rights Reserved.