Home / Function/ setGetLong() — netty Function Reference

setGetLong() — netty Function Reference

Architecture documentation for the setGetLong() function in ByteBufAccessBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  0206e2bd_15f5_ce4d_d5c3_63d0bdb57532["setGetLong()"]
  bbe8e86b_057f_5aa0_71ed_6d8276f6f6f8["ByteBufAccessBenchmark"]
  0206e2bd_15f5_ce4d_d5c3_63d0bdb57532 -->|defined in| bbe8e86b_057f_5aa0_71ed_6d8276f6f6f8
  9056dd1c_05cc_1722_f415_6c956109cdb4["getLong()"]
  0206e2bd_15f5_ce4d_d5c3_63d0bdb57532 -->|calls| 9056dd1c_05cc_1722_f415_6c956109cdb4
  style 0206e2bd_15f5_ce4d_d5c3_63d0bdb57532 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/buffer/ByteBufAccessBenchmark.java lines 182–185

    @Benchmark
    public long setGetLong() {
        return buffer.setLong(0, 1).getLong(0);
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does setGetLong() do?
setGetLong() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/buffer/ByteBufAccessBenchmark.java.
Where is setGetLong() defined?
setGetLong() is defined in microbench/src/main/java/io/netty/buffer/ByteBufAccessBenchmark.java at line 182.
What does setGetLong() call?
setGetLong() calls 1 function(s): getLong.

Analyze Your Own Codebase

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

Try Supermodel Free