Home / Function/ _setLong() — netty Function Reference

_setLong() — netty Function Reference

Architecture documentation for the _setLong() function in PooledUnsafeHeapByteBuf.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  9668a261_6782_736d_14c8_4ed60ef8b5c8["_setLong()"]
  ea1a5e5d_af5d_2db5_b941_7a461efe8786["PooledUnsafeHeapByteBuf"]
  9668a261_6782_736d_14c8_4ed60ef8b5c8 -->|defined in| ea1a5e5d_af5d_2db5_b941_7a461efe8786
  style 9668a261_6782_736d_14c8_4ed60ef8b5c8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PooledUnsafeHeapByteBuf.java lines 122–125

    @Override
    protected void _setLong(int index, long value) {
        UnsafeByteBufUtil.setLong(memory, idx(index), value);
    }

Domain

Subdomains

Frequently Asked Questions

What does _setLong() do?
_setLong() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/PooledUnsafeHeapByteBuf.java.
Where is _setLong() defined?
_setLong() is defined in buffer/src/main/java/io/netty/buffer/PooledUnsafeHeapByteBuf.java at line 122.

Analyze Your Own Codebase

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

Try Supermodel Free