Home / Function/ _setLong() — netty Function Reference

_setLong() — netty Function Reference

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

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  cac5420c_abe1_3145_9f3c_1a673f1d87b1["_setLong()"]
  39cc57bf_c07f_2a88_6701_62f38b4d0c5b["AbstractUnpooledSlicedByteBuf"]
  cac5420c_abe1_3145_9f3c_1a673f1d87b1 -->|defined in| 39cc57bf_c07f_2a88_6701_62f38b4d0c5b
  8e3cb47d_06d9_d3bb_6e81_50e58c08d06d["ByteBuf()"]
  8e3cb47d_06d9_d3bb_6e81_50e58c08d06d -->|calls| cac5420c_abe1_3145_9f3c_1a673f1d87b1
  dc6de75d_b8dd_4bee_00cd_594d7ca04b0e["idx()"]
  cac5420c_abe1_3145_9f3c_1a673f1d87b1 -->|calls| dc6de75d_b8dd_4bee_00cd_594d7ca04b0e
  style cac5420c_abe1_3145_9f3c_1a673f1d87b1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/AbstractUnpooledSlicedByteBuf.java lines 356–359

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

Domain

Subdomains

Calls

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/AbstractUnpooledSlicedByteBuf.java.
Where is _setLong() defined?
_setLong() is defined in buffer/src/main/java/io/netty/buffer/AbstractUnpooledSlicedByteBuf.java at line 356.
What does _setLong() call?
_setLong() calls 1 function(s): idx.
What calls _setLong()?
_setLong() is called by 1 function(s): ByteBuf.

Analyze Your Own Codebase

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

Try Supermodel Free