setIoRatio() — netty Function Reference
Architecture documentation for the setIoRatio() function in EpollEventLoop.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 68efb1f6_8a2b_c0e3_331d_5d5591dbb981["setIoRatio()"] 89014fb8_d9f0_7b56_cef1_e7b01f4d2ba7["EpollEventLoop"] 68efb1f6_8a2b_c0e3_331d_5d5591dbb981 -->|defined in| 89014fb8_d9f0_7b56_cef1_e7b01f4d2ba7 style 68efb1f6_8a2b_c0e3_331d_5d5591dbb981 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoop.java lines 86–89
@Deprecated
public void setIoRatio(int ioRatio) {
LOGGER.debug("EpollEventLoop.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-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoop.java.
Where is setIoRatio() defined?
setIoRatio() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoop.java at line 86.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free