Home / Function/ oldMapKnownMethods() — netty Function Reference

oldMapKnownMethods() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http/HttpMethodMapBenchmark.java lines 154–159

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free