Uses of Class
io.netty.channel.uring.AbstractIoUringBufferRingAllocator
-
Packages that use AbstractIoUringBufferRingAllocator Package Description io.netty.channel.uring 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.uring Modifier and Type Class Description class
IoUringAdaptiveBufferRingAllocator
IoUringBufferRingAllocator
implementation 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.class
IoUringFixedBufferRingAllocator
IoUringBufferRingAllocator
implementation which uses a fixed size for the buffers that are returned byallocate()
.
-