public static class SyncPromise.WithExecutor<V> extends SyncPromise<V>
SyncPromise.WithExecutor<V>
Awaitable.AbstractAwaitable, Awaitable.AsyncAwaitable, Awaitable.Defaults, Awaitable.SyncAwaitable
CANCELLED, UNCANCELLABLE, UNSET
Modifier | Constructor and Description |
---|---|
protected |
WithExecutor(java.util.concurrent.Executor notifyExecutor) |
protected |
WithExecutor(java.util.concurrent.Executor notifyExecutor,
org.apache.cassandra.utils.concurrent.AbstractFuture.FailureHolder initialState) |
protected |
WithExecutor(java.util.concurrent.Executor notifyExecutor,
io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super V>> listener) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Executor |
notifyExecutor() |
addCallback, addCallback, addCallback, addListener, addListeners, await, awaitThrowUncheckedOnInterrupt, awaitUninterruptibly, isUncancellable, removeListener, removeListeners, setFailure, setSuccess, setUncancellable, setUncancellableExclusive, sync, syncUninterruptibly, tryFailure, trySuccess, uncancellable, uncancellable, uncancellable, withExecutor
awaitUntil, flatMap, map
addCallback, addCallback, addCallback, addListener, addListener, await, awaitThrowUncheckedOnInterrupt, awaitUninterruptibly, awaitUntilThrowUncheckedOnInterrupt, awaitUntilUninterruptibly, cancel, cause, description, flatMap, get, get, getNow, getWhenDone, isCancellable, isCancelled, isDone, isSuccess, map, map, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addCallback, addCallback, addCallback, addListener, addListener, await, awaitUninterruptibly, flatMap, flatMap, map, map, rethrowIfFailed, syncThrowUncheckedOnInterrupt
await, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccess
await, awaitThrowUncheckedOnInterrupt, awaitUninterruptibly, awaitUntil, awaitUntilThrowUncheckedOnInterrupt, awaitUntilUninterruptibly
protected WithExecutor(java.util.concurrent.Executor notifyExecutor)
protected WithExecutor(java.util.concurrent.Executor notifyExecutor, org.apache.cassandra.utils.concurrent.AbstractFuture.FailureHolder initialState)
protected WithExecutor(java.util.concurrent.Executor notifyExecutor, io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super V>> listener)
public java.util.concurrent.Executor notifyExecutor()
notifyExecutor
in class AbstractFuture<V>
Copyright © 2009- The Apache Software Foundation