Package | Description |
---|---|
org.apache.cassandra.net |
Modifier and Type | Class and Description |
---|---|
class |
AsyncChannelPromise
See
AsyncPromise and ChannelPromise
This class is all boiler plate, just ensuring we return ourselves and invoke the correct Promise method. |
class |
AsyncOneResponse<T>
A callback specialized for returning a value from a single target; that is, this is for messages
that we only send to one recipient.
|
Modifier and Type | Method and Description |
---|---|
static <V> AsyncPromise<V> |
AsyncPromise.uncancellable(io.netty.util.concurrent.EventExecutor executor) |
static <V> AsyncPromise<V> |
AsyncPromise.uncancellable(io.netty.util.concurrent.EventExecutor executor,
io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super V>> listener) |
Copyright © 2009- The Apache Software Foundation