Uses of Class
org.apache.cassandra.net.AsyncPromise
-
Packages that use AsyncPromise Package Description org.apache.cassandra.net -
-
Uses of AsyncPromise in org.apache.cassandra.net
Subclasses of AsyncPromise in org.apache.cassandra.net Modifier and Type Class Description classAsyncChannelPromiseSeeAsyncPromiseandChannelPromiseThis class is all boiler plate, just ensuring we return ourselves and invoke the correct Promise method.classAsyncOneResponse<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.Methods in org.apache.cassandra.net that return AsyncPromise Modifier and Type Method 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)
-