Home / Function/ lookup() — netty Function Reference

lookup() — netty Function Reference

Architecture documentation for the lookup() function in IntObjectHashMapBenchmark.java from the netty codebase.

Function java Buffer Search calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  507dd91f_c2d8_4085_4f54_73340da351d8["lookup()"]
  d5e026a1_aecf_2ae4_507b_59a3d0b64104["IntObjectHashMapBenchmark"]
  507dd91f_c2d8_4085_4f54_73340da351d8 -->|defined in| d5e026a1_aecf_2ae4_507b_59a3d0b64104
  87246fd8_e983_1c70_0004_582bd9721b46["lookup()"]
  87246fd8_e983_1c70_0004_582bd9721b46 -->|calls| 507dd91f_c2d8_4085_4f54_73340da351d8
  7c345f0b_7f1f_a0e4_4c3b_ae7c0ff6aeb8["lookup()"]
  7c345f0b_7f1f_a0e4_4c3b_ae7c0ff6aeb8 -->|calls| 507dd91f_c2d8_4085_4f54_73340da351d8
  35b0e26e_6b0b_7a1a_2e36_c90f06282e0f["lookup()"]
  35b0e26e_6b0b_7a1a_2e36_c90f06282e0f -->|calls| 507dd91f_c2d8_4085_4f54_73340da351d8
  87246fd8_e983_1c70_0004_582bd9721b46["lookup()"]
  507dd91f_c2d8_4085_4f54_73340da351d8 -->|calls| 87246fd8_e983_1c70_0004_582bd9721b46
  style 507dd91f_c2d8_4085_4f54_73340da351d8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java lines 79–83

    @Benchmark
    @BenchmarkMode(Mode.Throughput)
    public void lookup(Blackhole bh) {
        environment.lookup(bh);
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does lookup() do?
lookup() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java.
Where is lookup() defined?
lookup() is defined in microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java at line 79.
What does lookup() call?
lookup() calls 1 function(s): lookup.
What calls lookup()?
lookup() is called by 3 function(s): lookup, lookup, lookup.

Analyze Your Own Codebase

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

Try Supermodel Free