Interface | Description |
---|---|
CheckedFuture<V,X extends Exception> |
A
CheckedFuture is a ListenableFuture that includes versions of the get
methods that can throw a checked exception. |
Class | Description |
---|---|
AbstractCheckedFuture<T,E extends Exception> |
A delegating wrapper around a
ListenableFuture that adds support for the AbstractCheckedFuture.checkedGet() and AbstractCheckedFuture.checkedGet(long, TimeUnit) methods. |
AutoCloseableLock |
Simple wrapper class that allows Locks to be released via an try-with-resources block.
|
ExtendedLatch |
An extended CountDownLatch which allows us to await uninterruptibly.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.