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.uringMethods in io.netty.channel.uring that return IoUringIoHandlerConfig Modifier and Type Method Description IoUringIoHandlerConfigIoUringIoHandlerConfig. setBufferRingConfig(IoUringBufferRingConfig... ringConfig)Add a buffer ring configuration to the list of buffer ring configurations.IoUringIoHandlerConfigIoUringIoHandlerConfig. setCqSize(int cqSize)Set the size of the io_uring cqe.IoUringIoHandlerConfigIoUringIoHandlerConfig. setMaxBoundedWorker(int maxBoundedWorker)Set the maximum number of bounded iowq worker threads.IoUringIoHandlerConfigIoUringIoHandlerConfig. setMaxUnboundedWorker(int maxUnboundedWorker)Set the maximum number of unbounded iowq worker threads.IoUringIoHandlerConfigIoUringIoHandlerConfig. setRingSize(int ringSize)Set the ring size of the io_uring instance.IoUringIoHandlerConfigIoUringIoHandlerConfig. setSingleIssuer(boolean singleIssuer)Set ifIORING_SETUP_SINGLE_ISSUERshould be used when setup the ring.Methods in io.netty.channel.uring with parameters of type IoUringIoHandlerConfig Modifier and Type Method Description static IoHandlerFactoryIoUringIoHandler. newFactory(IoUringIoHandlerConfig config)Create a newIoHandlerFactorythat can be used to createIoUringIoHandlers.
 
-