Uses of Interface
io.netty.incubator.channel.uring.IOUringCompletionQueueCallback
-
-
Uses of IOUringCompletionQueueCallback in io.netty.incubator.channel.uring
Fields in io.netty.incubator.channel.uring declared as IOUringCompletionQueueCallback Modifier and Type Field Description private IOUringCompletionQueueCallback
IOUringEventLoop. callback
Methods in io.netty.incubator.channel.uring with parameters of type IOUringCompletionQueueCallback Modifier and Type Method Description (package private) static void
UserData. decode(int res, int flags, long udata, IOUringCompletionQueueCallback callback)
(package private) int
IOUringCompletionQueue. process(IOUringCompletionQueueCallback callback)
Process the completion events in theIOUringCompletionQueue
and return the number of processed events.
-