Class AsyncPromise.WithExecutor<V>

All Implemented Interfaces:
com.google.common.util.concurrent.ListenableFuture<V>, io.netty.util.concurrent.Future<V>, io.netty.util.concurrent.Promise<V>, Future<V>, Awaitable, Future<V>, Promise<V>
Direct Known Subclasses:
AsyncChannelPromise
Enclosing class:
AsyncPromise<V>

public static class AsyncPromise.WithExecutor<V> extends AsyncPromise<V>
  • Constructor Details

    • WithExecutor

      protected WithExecutor(Executor notifyExecutor)
    • WithExecutor

      protected WithExecutor(Executor notifyExecutor, org.apache.cassandra.utils.concurrent.AbstractFuture.FailureHolder initialState)
    • WithExecutor

      protected WithExecutor(Executor notifyExecutor, io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super V>> listener)
  • Method Details