Home / Function/ newMapKnownMethods() — netty Function Reference

newMapKnownMethods() — netty Function Reference

Architecture documentation for the newMapKnownMethods() function in HttpMethodMapBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f54bf40b_194d_5204_581c_775913d36d88["newMapKnownMethods()"]
  850ae674_6e21_4c44_21cd_02af9a8adf48["HttpMethodMapBenchmark"]
  f54bf40b_194d_5204_581c_775913d36d88 -->|defined in| 850ae674_6e21_4c44_21cd_02af9a8adf48
  style f54bf40b_194d_5204_581c_775913d36d88 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http/HttpMethodMapBenchmark.java lines 161–166

    @Benchmark
    public void newMapKnownMethods(Blackhole bh) throws Exception {
        for (int i = 0; i < KNOWN_METHODS.length; ++i) {
            bh.consume(NEW_MAP.get(KNOWN_METHODS[i]));
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does newMapKnownMethods() do?
newMapKnownMethods() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/HttpMethodMapBenchmark.java.
Where is newMapKnownMethods() defined?
newMapKnownMethods() is defined in microbench/src/main/java/io/netty/handler/codec/http/HttpMethodMapBenchmark.java at line 161.

Analyze Your Own Codebase

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

Try Supermodel Free