java.util.concurrent.Future<T>, org.apache.hadoop.thirdparty.com.google.common.util.concurrent.ListenableFuture<T>public class AsyncGetFuture<T,E extends java.lang.Throwable>
extends org.apache.hadoop.thirdparty.com.google.common.util.concurrent.AbstractFuture<T>
Future implemented using an AsyncGet object.| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
| Constructor | Description |
|---|---|
AsyncGetFuture(AsyncGet<T,E> asyncGet) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
get() |
|
T |
get(long timeout,
java.util.concurrent.TimeUnit unit) |
|
boolean |
isDone() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.