Home / Function/ TestMultiThreadIoEventLoopGroup() — netty Function Reference

TestMultiThreadIoEventLoopGroup() — netty Function Reference

Architecture documentation for the TestMultiThreadIoEventLoopGroup() function in MultiThreadIoEventLoopGroupTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  aa8fb275_3a23_d235_0ce3_bc0498b4422d["TestMultiThreadIoEventLoopGroup()"]
  44bf6cb2_f368_8bfd_4717_17b198888cbe["TestMultiThreadIoEventLoopGroup"]
  aa8fb275_3a23_d235_0ce3_bc0498b4422d -->|defined in| 44bf6cb2_f368_8bfd_4717_17b198888cbe
  9dc088c7_b110_3105_08f2_60a9b86cd695["testScalingWithIoRegistrationLifecycle()"]
  9dc088c7_b110_3105_08f2_60a9b86cd695 -->|calls| aa8fb275_3a23_d235_0ce3_bc0498b4422d
  e7d55bd2_9308_0bb3_c01a_5eb1fee6b142["testShouldNotSuspendExecutorWithActiveRegistration()"]
  e7d55bd2_9308_0bb3_c01a_5eb1fee6b142 -->|calls| aa8fb275_3a23_d235_0ce3_bc0498b4422d
  style aa8fb275_3a23_d235_0ce3_bc0498b4422d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/MultiThreadIoEventLoopGroupTest.java lines 130–136

        TestMultiThreadIoEventLoopGroup(int minThreads, int maxThreads, long checkPeriod, TimeUnit unit) {
            super(maxThreads, (Executor) null,
                  new AutoScalingEventExecutorChooserFactory(
                          minThreads, maxThreads, checkPeriod, unit, 0.4, 0.8,
                          maxThreads, 1, 1),
                  new TestIoHandlerFactory());
        }

Domain

Subdomains

Frequently Asked Questions

What does TestMultiThreadIoEventLoopGroup() do?
TestMultiThreadIoEventLoopGroup() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/MultiThreadIoEventLoopGroupTest.java.
Where is TestMultiThreadIoEventLoopGroup() defined?
TestMultiThreadIoEventLoopGroup() is defined in transport/src/test/java/io/netty/channel/MultiThreadIoEventLoopGroupTest.java at line 130.
What calls TestMultiThreadIoEventLoopGroup()?
TestMultiThreadIoEventLoopGroup() is called by 2 function(s): testScalingWithIoRegistrationLifecycle, testShouldNotSuspendExecutorWithActiveRegistration.

Analyze Your Own Codebase

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

Try Supermodel Free