setIoRatio() — netty Function Reference
Architecture documentation for the setIoRatio() function in KQueueEventLoopGroup.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 04418235_c958_ddcc_7744_04b563240e87["setIoRatio()"] 46d8945b_201d_b259_f424_acbc4a2b7ef3["KQueueEventLoopGroup"] 04418235_c958_ddcc_7744_04b563240e87 -->|defined in| 46d8945b_201d_b259_f424_acbc4a2b7ef3 style 04418235_c958_ddcc_7744_04b563240e87 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-classes-kqueue/src/main/java/io/netty/channel/kqueue/KQueueEventLoopGroup.java lines 185–188
@Deprecated
public void setIoRatio(int ioRatio) {
LOGGER.debug("EpollEventLoopGroup.setIoRatio(int) logic was removed, this is a no-op");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does setIoRatio() do?
setIoRatio() is a function in the netty codebase, defined in transport-classes-kqueue/src/main/java/io/netty/channel/kqueue/KQueueEventLoopGroup.java.
Where is setIoRatio() defined?
setIoRatio() is defined in transport-classes-kqueue/src/main/java/io/netty/channel/kqueue/KQueueEventLoopGroup.java at line 185.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free