Uses of Class
io.netty.channel.uring.IoUringBufferRingConfig
-
Packages that use IoUringBufferRingConfig Package Description io.netty.channel.uring 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 types with arguments of type IoUringBufferRingConfig Modifier and Type Method Description java.util.List<IoUringBufferRingConfig>
IoUringIoHandlerConfig. getBufferRingConfigs()
Get the list of buffer ring configurations.Methods in io.netty.channel.uring with parameters of type IoUringBufferRingConfig Modifier and Type Method Description IoUringIoHandlerConfig
IoUringIoHandlerConfig. setBufferRingConfig(IoUringBufferRingConfig... ringConfig)
Add a buffer ring configuration to the list of buffer ring configurations.
-