Uses of Class
io.netty.channel.uring.AbstractIoUringBufferRingAllocator
Packages that use AbstractIoUringBufferRingAllocator
Package
Description
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Uses of AbstractIoUringBufferRingAllocator in io.netty.channel.uring
Subclasses of AbstractIoUringBufferRingAllocator in io.netty.channel.uringModifier and TypeClassDescriptionfinal classIoUringBufferRingAllocatorimplementation which uses an adaptive strategy to allocate buffers, which will decrease / increase the buffer size depending on if the allocated buffers were completely used or not before.final classIoUringBufferRingAllocatorimplementation which uses a fixed size for the buffers that are returned byAbstractIoUringBufferRingAllocator.allocate().