Home / Function/ setIoRatio() — netty Function Reference

setIoRatio() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  f7147502_fd24_1f69_3085_39abf8ceecc5["setIoRatio()"]
  86d6005d_218c_8b2b_49dc_f52651ea34bf["NioEventLoopGroup"]
  f7147502_fd24_1f69_3085_39abf8ceecc5 -->|defined in| 86d6005d_218c_8b2b_49dc_f52651ea34bf
  style f7147502_fd24_1f69_3085_39abf8ceecc5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/main/java/io/netty/channel/nio/NioEventLoopGroup.java lines 164–167

    @Deprecated
    public void setIoRatio(int ioRatio) {
        LOGGER.debug("NioEventLoopGroup.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/src/main/java/io/netty/channel/nio/NioEventLoopGroup.java.
Where is setIoRatio() defined?
setIoRatio() is defined in transport/src/main/java/io/netty/channel/nio/NioEventLoopGroup.java at line 164.

Analyze Your Own Codebase

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

Try Supermodel Free