Home / Function/ setGetLongByteBuffer() — netty Function Reference

setGetLongByteBuffer() — netty Function Reference

Architecture documentation for the setGetLongByteBuffer() function in UnsafeByteBufBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  917532b9_b7d3_1660_19f8_ef8bbfcc7803["setGetLongByteBuffer()"]
  438ce81a_69f7_754b_03f5_d4af83faaf07["UnsafeByteBufBenchmark"]
  917532b9_b7d3_1660_19f8_ef8bbfcc7803 -->|defined in| 438ce81a_69f7_754b_03f5_d4af83faaf07
  style 917532b9_b7d3_1660_19f8_ef8bbfcc7803 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/buffer/UnsafeByteBufBenchmark.java lines 50–53

    @Benchmark
    public long setGetLongByteBuffer() {
        return byteBuffer.putLong(0, 1).getLong(0);
    }

Domain

Subdomains

Frequently Asked Questions

What does setGetLongByteBuffer() do?
setGetLongByteBuffer() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/buffer/UnsafeByteBufBenchmark.java.
Where is setGetLongByteBuffer() defined?
setGetLongByteBuffer() is defined in microbench/src/main/java/io/netty/microbench/buffer/UnsafeByteBufBenchmark.java at line 50.

Analyze Your Own Codebase

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

Try Supermodel Free