unsafeSwappedByteBufSetLong() — netty Function Reference
Architecture documentation for the unsafeSwappedByteBufSetLong() function in SwappedByteBufBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 9d776bd0_7637_a470_d895_7a2d0c079375["unsafeSwappedByteBufSetLong()"] 1971f575_0c0c_3a2d_0b8f_0263873ad4b3["SwappedByteBufBenchmark"] 9d776bd0_7637_a470_d895_7a2d0c079375 -->|defined in| 1971f575_0c0c_3a2d_0b8f_0263873ad4b3 style 9d776bd0_7637_a470_d895_7a2d0c079375 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbench/buffer/SwappedByteBufBenchmark.java lines 76–79
@Benchmark
public void unsafeSwappedByteBufSetLong() {
unsafeSwappedByteBuf.setLong(0, size);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does unsafeSwappedByteBufSetLong() do?
unsafeSwappedByteBufSetLong() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/buffer/SwappedByteBufBenchmark.java.
Where is unsafeSwappedByteBufSetLong() defined?
unsafeSwappedByteBufSetLong() is defined in microbench/src/main/java/io/netty/microbench/buffer/SwappedByteBufBenchmark.java at line 76.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free