public class ScatteredCacheWriterInterceptor.LockTimeoutFuture extends CompletableFuture<Void> implements Runnable, BiConsumer<Object,Throwable>
CompletableFuture.AsynchronousCompletionTask
Modifier and Type | Method and Description |
---|---|
void |
accept(Object o,
Throwable throwable) |
void |
run() |
void |
setCancellation(ScheduledFuture<?> cancellation) |
acceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completedFuture, completeExceptionally, exceptionally, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, obtrudeException, obtrudeValue, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsync
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
andThen
public void accept(Object o, Throwable throwable)
accept
in interface BiConsumer<Object,Throwable>
public void setCancellation(ScheduledFuture<?> cancellation)
Copyright © 2021 JBoss by Red Hat. All rights reserved.