Uses of Class
io.netty.channel.uring.IoUringBufferRingConfig
Packages that use IoUringBufferRingConfig
Package
Description
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Uses of IoUringBufferRingConfig in io.netty.channel.uring
Methods in io.netty.channel.uring that return IoUringBufferRingConfigModifier and TypeMethodDescriptionIoUringBufferRingConfig.Builder.build()Create a newIoUringBufferRingConfig.Methods in io.netty.channel.uring that return types with arguments of type IoUringBufferRingConfigModifier and TypeMethodDescriptionIoUringIoHandlerConfig.getBufferRingConfigs()Get the list of buffer ring configurations.Methods in io.netty.channel.uring with parameters of type IoUringBufferRingConfigModifier and TypeMethodDescriptionIoUringIoHandlerConfig.setBufferRingConfig(IoUringBufferRingConfig... ringConfig) Add a buffer ring configuration to the list of buffer ring configurations.