Home / Function/ nextAttributeAttributeMap() — netty Function Reference

nextAttributeAttributeMap() — netty Function Reference

Architecture documentation for the nextAttributeAttributeMap() function in DefaultAttributeMapBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ce6ea3ed_9be9_4798_acce_6a4576db7894["nextAttributeAttributeMap()"]
  4d58d226_11dd_ffeb_a5a9_d53d9ae0abd8["DefaultAttributeMapBenchmark"]
  ce6ea3ed_9be9_4798_acce_6a4576db7894 -->|defined in| 4d58d226_11dd_ffeb_a5a9_d53d9ae0abd8
  db627e49_bb30_c552_0eea_7aeb551fefe2["next()"]
  ce6ea3ed_9be9_4798_acce_6a4576db7894 -->|calls| db627e49_bb30_c552_0eea_7aeb551fefe2
  style ce6ea3ed_9be9_4798_acce_6a4576db7894 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/util/DefaultAttributeMapBenchmark.java lines 105–112

    @Benchmark
    @Threads(3)
    public Attribute<Integer> nextAttributeAttributeMap(KeySequence sequence) {
        long next = sequence.next();
        AttributeKey<Integer>[] keys = this.keys;
        AttributeKey<Integer> key = keys[(int) (next & keys.length - 1)];
        return attributes.attr(key);
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does nextAttributeAttributeMap() do?
nextAttributeAttributeMap() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/util/DefaultAttributeMapBenchmark.java.
Where is nextAttributeAttributeMap() defined?
nextAttributeAttributeMap() is defined in microbench/src/main/java/io/netty/util/DefaultAttributeMapBenchmark.java at line 105.
What does nextAttributeAttributeMap() call?
nextAttributeAttributeMap() calls 1 function(s): next.

Analyze Your Own Codebase

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

Try Supermodel Free