Home / Function/ decrementDirect() — netty Function Reference

decrementDirect() — netty Function Reference

Architecture documentation for the decrementDirect() function in UnpooledByteBufAllocator.java from the netty codebase.

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  4b85b556_2a4a_8153_b494_7ee0a3ca085a["decrementDirect()"]
  e5651d92_5383_a8ce_bfcd_cd981e4f9b40["UnpooledByteBufAllocator"]
  4b85b556_2a4a_8153_b494_7ee0a3ca085a -->|defined in| e5651d92_5383_a8ce_bfcd_cd981e4f9b40
  fe8493db_25dc_42cf_428e_6939ca598384["clean()"]
  fe8493db_25dc_42cf_428e_6939ca598384 -->|calls| 4b85b556_2a4a_8153_b494_7ee0a3ca085a
  style 4b85b556_2a4a_8153_b494_7ee0a3ca085a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java lines 126–128

    void decrementDirect(int amount) {
        metric.directCounter.add(-amount);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does decrementDirect() do?
decrementDirect() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java.
Where is decrementDirect() defined?
decrementDirect() is defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java at line 126.
What calls decrementDirect()?
decrementDirect() is called by 1 function(s): clean.

Analyze Your Own Codebase

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

Try Supermodel Free