Home / Function/ setGetLong() — netty Function Reference

setGetLong() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  c0443b5f_ccb7_8877_ee61_7aca0bbfa7bf["setGetLong()"]
  7a6f8511_08a9_b32f_b547_c6fd0a21a1c7["CompositeByteBufRandomAccessBenchmark"]
  c0443b5f_ccb7_8877_ee61_7aca0bbfa7bf -->|defined in| 7a6f8511_08a9_b32f_b547_c6fd0a21a1c7
  style c0443b5f_ccb7_8877_ee61_7aca0bbfa7bf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/buffer/CompositeByteBufRandomAccessBenchmark.java lines 79–83

    @Benchmark
    public long setGetLong() {
        int i = random.nextInt(size - 8);
        return buffer.setLong(i, 1).getLong(i);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free