Home / Function/ InternalThreadLocalMap() — netty Function Reference

InternalThreadLocalMap() — netty Function Reference

Architecture documentation for the InternalThreadLocalMap() function in FastThreadLocalThread.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ba194f9c_1064_fb9a_4d90_f55f8f3971c1["InternalThreadLocalMap()"]
  2feb1cd5_2395_f297_19e0_09fabbc500ff["FastThreadLocalThread"]
  ba194f9c_1064_fb9a_4d90_f55f8f3971c1 -->|defined in| 2feb1cd5_2395_f297_19e0_09fabbc500ff
  style ba194f9c_1064_fb9a_4d90_f55f8f3971c1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/concurrent/FastThreadLocalThread.java lines 86–92

    public final InternalThreadLocalMap threadLocalMap() {
        if (this != Thread.currentThread() && logger.isWarnEnabled()) {
            logger.warn(new RuntimeException("It's not thread-safe to get 'threadLocalMap' " +
                    "which doesn't belong to the caller thread"));
        }
        return threadLocalMap;
    }

Domain

Subdomains

Frequently Asked Questions

What does InternalThreadLocalMap() do?
InternalThreadLocalMap() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/concurrent/FastThreadLocalThread.java.
Where is InternalThreadLocalMap() defined?
InternalThreadLocalMap() is defined in common/src/main/java/io/netty/util/concurrent/FastThreadLocalThread.java at line 86.

Analyze Your Own Codebase

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

Try Supermodel Free