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 IOUringSubmissionQueueRingBuffer. ioUringSubmissionQueueprivate IOUringSubmissionQueueAbstractIOUringChannel. submissionQueueMethods in io.netty.incubator.channel.uring that return IOUringSubmissionQueue Modifier and Type Method Description (package private) IOUringSubmissionQueueRingBuffer. ioUringSubmissionQueue()(package private) IOUringSubmissionQueueAbstractIOUringChannel. submissionQueue()Methods in io.netty.incubator.channel.uring with parameters of type IOUringSubmissionQueue Modifier and Type Method Description private voidIOUringEventLoop. addEventFdRead(IOUringSubmissionQueue submissionQueue)private booleanIOUringDatagramChannel.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)
-