Home / Function/ _setLong() — netty Function Reference

_setLong() — netty Function Reference

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

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  d07ddc0a_f02a_6de7_f5b7_d8a7ed05b9b8["_setLong()"]
  0c356342_2e64_41e8_80a2_1d1923dc7709["PooledDirectByteBuf"]
  d07ddc0a_f02a_6de7_f5b7_d8a7ed05b9b8 -->|defined in| 0c356342_2e64_41e8_80a2_1d1923dc7709
  7e15592f_0296_4c12_04d2_304a23b00c06["_setLongLE()"]
  7e15592f_0296_4c12_04d2_304a23b00c06 -->|calls| d07ddc0a_f02a_6de7_f5b7_d8a7ed05b9b8
  style d07ddc0a_f02a_6de7_f5b7_d8a7ed05b9b8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PooledDirectByteBuf.java lines 218–221

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

Domain

Subdomains

Called By

Frequently Asked Questions

What does _setLong() do?
_setLong() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/PooledDirectByteBuf.java.
Where is _setLong() defined?
_setLong() is defined in buffer/src/main/java/io/netty/buffer/PooledDirectByteBuf.java at line 218.
What calls _setLong()?
_setLong() is called by 1 function(s): _setLongLE.

Analyze Your Own Codebase

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

Try Supermodel Free