Uses of Class
io.netty.incubator.channel.uring.IOUringSubmissionQueue
-
-
Uses of IOUringSubmissionQueue in io.netty.incubator.channel.uring
Fields in io.netty.incubator.channel.uring declared as IOUringSubmissionQueue Modifier and Type Field Description private IOUringSubmissionQueue
RingBuffer. ioUringSubmissionQueue
private IOUringSubmissionQueue
AbstractIOUringChannel. submissionQueue
Methods in io.netty.incubator.channel.uring that return IOUringSubmissionQueue Modifier and Type Method Description (package private) IOUringSubmissionQueue
RingBuffer. ioUringSubmissionQueue()
(package private) IOUringSubmissionQueue
AbstractIOUringChannel. submissionQueue()
Methods in io.netty.incubator.channel.uring with parameters of type IOUringSubmissionQueue Modifier and Type Method Description private void
IOUringEventLoop. addEventFdRead(IOUringSubmissionQueue submissionQueue)
private boolean
IOUringDatagramChannel.IOUringDatagramChannelUnsafe. scheduleRecvmsg0(IOUringSubmissionQueue submissionQueue, long bufferAddress, int bufferLength)
Constructors in io.netty.incubator.channel.uring with parameters of type IOUringSubmissionQueue Constructor Description RingBuffer(IOUringSubmissionQueue ioUringSubmissionQueue, IOUringCompletionQueue ioUringCompletionQueue)
-