Home / Function/ putShortOrdered() — netty Function Reference

putShortOrdered() — netty Function Reference

Architecture documentation for the putShortOrdered() function in PlatformDependent0.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  9e957c18_0f46_2d45_8efb_219b6baa45b2["putShortOrdered()"]
  be4c38f2_d236_e498_c295_1033d2617879["PlatformDependent0"]
  9e957c18_0f46_2d45_8efb_219b6baa45b2 -->|defined in| be4c38f2_d236_e498_c295_1033d2617879
  1a71f491_6f86_643b_bf6d_1d0a45d7e94b["putShort()"]
  9e957c18_0f46_2d45_8efb_219b6baa45b2 -->|calls| 1a71f491_6f86_643b_bf6d_1d0a45d7e94b
  style 9e957c18_0f46_2d45_8efb_219b6baa45b2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/internal/PlatformDependent0.java lines 856–859

    static void putShortOrdered(long address, short newValue) {
        UNSAFE.storeFence();
        UNSAFE.putShort(null, address, newValue);
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does putShortOrdered() do?
putShortOrdered() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/internal/PlatformDependent0.java.
Where is putShortOrdered() defined?
putShortOrdered() is defined in common/src/main/java/io/netty/util/internal/PlatformDependent0.java at line 856.
What does putShortOrdered() call?
putShortOrdered() calls 1 function(s): putShort.

Analyze Your Own Codebase

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

Try Supermodel Free