Home / Function/ _setShort() — netty Function Reference

_setShort() — netty Function Reference

Architecture documentation for the _setShort() function in AdaptivePoolingAllocator.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  062afc59_a2f4_6a93_3aa7_f0d9fc063010["_setShort()"]
  e9381b1a_dc06_843c_be7e_5e0eddee4a3a["AdaptiveByteBuf"]
  062afc59_a2f4_6a93_3aa7_f0d9fc063010 -->|defined in| e9381b1a_dc06_843c_be7e_5e0eddee4a3a
  ef722249_476f_4a76_c1e0_45de8d8d8a4a["idx()"]
  062afc59_a2f4_6a93_3aa7_f0d9fc063010 -->|calls| ef722249_476f_4a76_c1e0_45de8d8d8a4a
  style 062afc59_a2f4_6a93_3aa7_f0d9fc063010 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java lines 1801–1804

        @Override
        protected void _setShort(int index, int value) {
            rootParent()._setShort(idx(index), value);
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does _setShort() do?
_setShort() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java.
Where is _setShort() defined?
_setShort() is defined in buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java at line 1801.
What does _setShort() call?
_setShort() calls 1 function(s): idx.

Analyze Your Own Codebase

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

Try Supermodel Free