Home / Function/ _getLong() — netty Function Reference

_getLong() — netty Function Reference

Architecture documentation for the _getLong() function in UnpooledUnsafeDirectByteBuf.java from the netty codebase.

Function java Buffer Telemetry calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  caa9d9f6_54c7_38d3_e573_79813b5d81b6["_getLong()"]
  9f14a290_800b_9471_7875_152ee8d088b6["UnpooledUnsafeDirectByteBuf"]
  caa9d9f6_54c7_38d3_e573_79813b5d81b6 -->|defined in| 9f14a290_800b_9471_7875_152ee8d088b6
  0efe13b8_08a9_d2cf_ea28_5cf22257f052["getLong()"]
  0efe13b8_08a9_d2cf_ea28_5cf22257f052 -->|calls| caa9d9f6_54c7_38d3_e573_79813b5d81b6
  0efe13b8_08a9_d2cf_ea28_5cf22257f052["getLong()"]
  caa9d9f6_54c7_38d3_e573_79813b5d81b6 -->|calls| 0efe13b8_08a9_d2cf_ea28_5cf22257f052
  45c47259_422e_0514_9c30_974fdaca3927["addr()"]
  caa9d9f6_54c7_38d3_e573_79813b5d81b6 -->|calls| 45c47259_422e_0514_9c30_974fdaca3927
  style caa9d9f6_54c7_38d3_e573_79813b5d81b6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnpooledUnsafeDirectByteBuf.java lines 175–178

    @Override
    protected long _getLong(int index) {
        return UnsafeByteBufUtil.getLong(addr(index));
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does _getLong() do?
_getLong() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeDirectByteBuf.java.
Where is _getLong() defined?
_getLong() is defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeDirectByteBuf.java at line 175.
What does _getLong() call?
_getLong() calls 2 function(s): addr, getLong.
What calls _getLong()?
_getLong() is called by 1 function(s): getLong.

Analyze Your Own Codebase

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

Try Supermodel Free