Class AtomixFuture<T>

java.lang.Object
java.util.concurrent.CompletableFuture<T>
io.atomix.utils.concurrent.AtomixFuture<T>
All Implemented Interfaces:
CompletionStage<T>, Future<T>

public class AtomixFuture<T> extends CompletableFuture<T>
A CompletableFuture that tracks whether the future or one of its descendants has been blocked on a CompletableFuture.get() or CompletableFuture.join() call.