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 IOUringCompletionQueueCallbackModifier and TypeFieldDescriptionprivate final IOUringCompletionQueueCallbackIOUringEventLoop.callbackMethods in io.netty.incubator.channel.uring with parameters of type IOUringCompletionQueueCallbackModifier and TypeMethodDescription(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.