Uses of Class
io.netty.incubator.channel.uring.IOUringCompletionQueue
-
-
Uses of IOUringCompletionQueue in io.netty.incubator.channel.uring
Fields in io.netty.incubator.channel.uring declared as IOUringCompletionQueue Modifier and Type Field Description private IOUringCompletionQueue
RingBuffer. ioUringCompletionQueue
Methods in io.netty.incubator.channel.uring that return IOUringCompletionQueue Modifier and Type Method Description (package private) IOUringCompletionQueue
RingBuffer. ioUringCompletionQueue()
Constructors in io.netty.incubator.channel.uring with parameters of type IOUringCompletionQueue Constructor Description RingBuffer(IOUringSubmissionQueue ioUringSubmissionQueue, IOUringCompletionQueue ioUringCompletionQueue)
-