Uses of Class
io.netty.incubator.channel.uring.RingBuffer
-
-
Uses of RingBuffer in io.netty.incubator.channel.uring
Fields in io.netty.incubator.channel.uring declared as RingBuffer Modifier and Type Field Description private RingBuffer
IOUringEventLoop. ringBuffer
Methods in io.netty.incubator.channel.uring that return RingBuffer Modifier and Type Method Description (package private) static RingBuffer
Native. createRingBuffer()
(package private) static RingBuffer
Native. createRingBuffer(int ringSize)
(package private) static RingBuffer
Native. createRingBuffer(int ringSize, int iosqeAsyncThreshold)
(package private) RingBuffer
IOUringEventLoop. getRingBuffer()
-