Package io.deephaven.engine.updategraph
Class UpdateGraphAwareCompletableFuture<T>
java.lang.Object
io.deephaven.engine.updategraph.UpdateGraphAwareCompletableFuture<T>
- All Implemented Interfaces:
Future<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UpdateGraphAwareCompletableFuture
-
-
Method Details
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceFuture<T>
-
isDone
public boolean isDone() -
get
- Specified by:
get
in interfaceFuture<T>
- Throws:
InterruptedException
ExecutionException
-
get
public T get(long timeout, @NotNull @NotNull TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException - Specified by:
get
in interfaceFuture<T>
- Throws:
InterruptedException
ExecutionException
TimeoutException
-
complete
-
completeExceptionally
-