public class CompletableFutureTask<V> extends DeserializingCompletableFuture<V> implements RunnableFuture<V>
CompletableFuture.AsynchronousCompletionTask| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
void |
run() |
String |
toString() |
acceptEither, acceptEitherAsync, acceptEitherAsync, applyToEither, applyToEitherAsync, applyToEitherAsync, exceptionally, get, get, getNow, handle, handleAsync, handleAsync, join, joinInternal, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, whenComplete, whenCompleteAsync, whenCompleteAsynccompletedExceptionally, completedExceptionally, completingCallback, newCompletedFuture, newCompletedFuture, newCompletedFuture, newCompletedFuture, newDelegatingFuture, withExecutorallOf, anyOf, complete, completedFuture, completeExceptionally, getNumberOfDependents, isCancelled, isCompletedExceptionally, isDone, obtrudeException, obtrudeValue, runAsync, runAsync, supplyAsync, supplyAsync, toCompletableFutureclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitget, get, isCancelled, isDonepublic void run()
run in interface Runnablerun in interface RunnableFuture<V>public boolean cancel(boolean mayInterruptIfRunning)
public String toString()
toString in class CompletableFuture<V>Copyright © 2019 Hazelcast, Inc.. All rights reserved.