Uses of Class
io.netty.channel.uring.IoUringIoHandlerConfig
-
Packages that use IoUringIoHandlerConfig Package Description io.netty.channel.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls. -
-
Uses of IoUringIoHandlerConfig in io.netty.channel.uring
Methods in io.netty.channel.uring that return IoUringIoHandlerConfig Modifier and Type Method Description IoUringIoHandlerConfig
IoUringIoHandlerConfig. setBufferRingConfig(IoUringBufferRingConfig... ringConfig)
Add a buffer ring configuration to the list of buffer ring configurations.IoUringIoHandlerConfig
IoUringIoHandlerConfig. setCqSize(int cqSize)
Set the size of the io_uring cqe.IoUringIoHandlerConfig
IoUringIoHandlerConfig. setMaxBoundedWorker(int maxBoundedWorker)
Set the maximum number of bounded iowq worker threads.IoUringIoHandlerConfig
IoUringIoHandlerConfig. setMaxUnboundedWorker(int maxUnboundedWorker)
Set the maximum number of unbounded iowq worker threads.IoUringIoHandlerConfig
IoUringIoHandlerConfig. setRingSize(int ringSize)
Set the ring size of the io_uring instance.Methods in io.netty.channel.uring with parameters of type IoUringIoHandlerConfig Modifier and Type Method Description static IoHandlerFactory
IoUringIoHandler. newFactory(IoUringIoHandlerConfig config)
Create a newIoHandlerFactory
that can be used to createIoUringIoHandler
s.
-