Home / Function/ setIoRatio() — netty Function Reference

setIoRatio() — netty Function Reference

Architecture documentation for the setIoRatio() function in EpollEventLoopGroup.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  37f7d9cb_bb16_9736_dddc_4ed8e1137e4d["setIoRatio()"]
  7eca32f1_ce25_920b_6393_20a47b536826["EpollEventLoopGroup"]
  37f7d9cb_bb16_9736_dddc_4ed8e1137e4d -->|defined in| 7eca32f1_ce25_920b_6393_20a47b536826
  style 37f7d9cb_bb16_9736_dddc_4ed8e1137e4d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoopGroup.java lines 180–183

    @Deprecated
    public void setIoRatio(int ioRatio) {
        LOGGER.debug("EpollEventLoopGroup.setIoRatio(int) logic was removed, this is a no-op");
    }

Domain

Subdomains

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/EpollEventLoopGroup.java.
Where is setIoRatio() defined?
setIoRatio() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoopGroup.java at line 180.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free