Home / Function/ shutdown() — netty Function Reference

shutdown() — netty Function Reference

Architecture documentation for the shutdown() function in FixedChannelPoolMapDeadlockTest.java from the netty codebase.

Function java Buffer Search called by 2

Entity Profile

Dependency Diagram

graph TD
  ec1d1d7e_3f2c_8b44_83e4_1cb7783a3206["shutdown()"]
  936e1d02_0c7d_5eb4_5c95_f3c3602bf9bc["FixedChannelPoolMapDeadlockTest"]
  ec1d1d7e_3f2c_8b44_83e4_1cb7783a3206 -->|defined in| 936e1d02_0c7d_5eb4_5c95_f3c3602bf9bc
  45d501e3_9a27_4cb4_00da_f676cddbabe5["testDeadlockOnAcquire()"]
  45d501e3_9a27_4cb4_00da_f676cddbabe5 -->|calls| ec1d1d7e_3f2c_8b44_83e4_1cb7783a3206
  10e63c8e_806e_9941_8260_15f8ee304e73["testDeadlockOnRemove()"]
  10e63c8e_806e_9941_8260_15f8ee304e73 -->|calls| ec1d1d7e_3f2c_8b44_83e4_1cb7783a3206
  style ec1d1d7e_3f2c_8b44_83e4_1cb7783a3206 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/pool/FixedChannelPoolMapDeadlockTest.java lines 252–256

    private static void shutdown(EventLoop... eventLoops) {
        for (EventLoop eventLoop : eventLoops) {
            eventLoop.shutdownGracefully(0, 0, TimeUnit.SECONDS);
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does shutdown() do?
shutdown() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/pool/FixedChannelPoolMapDeadlockTest.java.
Where is shutdown() defined?
shutdown() is defined in transport/src/test/java/io/netty/channel/pool/FixedChannelPoolMapDeadlockTest.java at line 252.
What calls shutdown()?
shutdown() is called by 2 function(s): testDeadlockOnAcquire, testDeadlockOnRemove.

Analyze Your Own Codebase

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

Try Supermodel Free