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