Uses of Class
io.netty.channel.uring.IoUringBufferRingConfig.Builder
Packages that use IoUringBufferRingConfig.Builder
Package
Description
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Uses of IoUringBufferRingConfig.Builder in io.netty.channel.uring
Methods in io.netty.channel.uring that return IoUringBufferRingConfig.BuilderModifier and TypeMethodDescriptionIoUringBufferRingConfig.Builder.allocator(IoUringBufferRingAllocator allocator) Set theIoUringBufferRingAllocatorto use to allocateByteBufs.IoUringBufferRingConfig.Builder.batchAllocation(boolean batchAllocation) Set allocation strategy that is used to allocateByteBufs.IoUringBufferRingConfig.Builder.batchSize(int batchSize) Set the size of the batch on how many buffers are added everytime we need to expand the buffer ring.IoUringBufferRingConfig.Builder.bufferGroupId(short bgId) Set the buffer group id to use.IoUringBufferRingConfig.Builder.bufferRingSize(short bufferRingSize) Set the size of the ring.IoUringBufferRingConfig.builder()IoUringBufferRingConfig.Builder.incremental(boolean incremental) Set if incremental mode should be used for the buffer ring.