Home / Function/ _setLong() — netty Function Reference

_setLong() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  5b79372d_5904_b347_44f0_78d11820442e["_setLong()"]
  f2671afe_7805_5e15_8a98_b2a46a7c2f94["UnsafeDirectSwappedByteBuf"]
  5b79372d_5904_b347_44f0_78d11820442e -->|defined in| f2671afe_7805_5e15_8a98_b2a46a7c2f94
  8ddd9c65_731d_cc06_2ca2_22037363d042["addr()"]
  5b79372d_5904_b347_44f0_78d11820442e -->|calls| 8ddd9c65_731d_cc06_2ca2_22037363d042
  style 5b79372d_5904_b347_44f0_78d11820442e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnsafeDirectSwappedByteBuf.java lines 63–66

    @Override
    protected void _setLong(AbstractByteBuf wrapped, int index, long value) {
        PlatformDependent.putLong(addr(wrapped, index), value);
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does _setLong() do?
_setLong() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnsafeDirectSwappedByteBuf.java.
Where is _setLong() defined?
_setLong() is defined in buffer/src/main/java/io/netty/buffer/UnsafeDirectSwappedByteBuf.java at line 63.
What does _setLong() call?
_setLong() calls 1 function(s): addr.

Analyze Your Own Codebase

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

Try Supermodel Free