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 IOUringCompletionQueueCallbackIOUringEventLoop. callbackMethods in io.netty.incubator.channel.uring with parameters of type IOUringCompletionQueueCallback Modifier and Type Method Description (package private) static voidUserData. decode(int res, int flags, long udata, IOUringCompletionQueueCallback callback)(package private) intIOUringCompletionQueue. process(IOUringCompletionQueueCallback callback)Process the completion events in theIOUringCompletionQueueand return the number of processed events.
-