_setLong() — netty Function Reference
Architecture documentation for the _setLong() function in UnsafeHeapSwappedByteBuf.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b623da34_7a35_a514_369d_4c03b3a9f5f6["_setLong()"] d33cf6df_affc_8828_79d0_1667f5a8daef["UnsafeHeapSwappedByteBuf"] b623da34_7a35_a514_369d_4c03b3a9f5f6 -->|defined in| d33cf6df_affc_8828_79d0_1667f5a8daef 0c97ba50_c96d_b1a1_48af_79f16e1f95ee["idx()"] b623da34_7a35_a514_369d_4c03b3a9f5f6 -->|calls| 0c97ba50_c96d_b1a1_48af_79f16e1f95ee style b623da34_7a35_a514_369d_4c03b3a9f5f6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/UnsafeHeapSwappedByteBuf.java lines 59–62
@Override
protected void _setLong(AbstractByteBuf wrapped, int index, long value) {
PlatformDependent.putLong(wrapped.array(), idx(wrapped, index), value);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does _setLong() do?
_setLong() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnsafeHeapSwappedByteBuf.java.
Where is _setLong() defined?
_setLong() is defined in buffer/src/main/java/io/netty/buffer/UnsafeHeapSwappedByteBuf.java at line 59.
What does _setLong() call?
_setLong() calls 1 function(s): idx.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free