incrementDirect() — netty Function Reference
Architecture documentation for the incrementDirect() function in UnpooledByteBufAllocator.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a165a69c_bd61_4171_4627_569ebd6427e5["incrementDirect()"] e5651d92_5383_a8ce_bfcd_cd981e4f9b40["UnpooledByteBufAllocator"] a165a69c_bd61_4171_4627_569ebd6427e5 -->|defined in| e5651d92_5383_a8ce_bfcd_cd981e4f9b40 11bc4317_e275_74e2_10b8_a397d6938773["DecrementingCleanableDirectBuffer()"] 11bc4317_e275_74e2_10b8_a397d6938773 -->|calls| a165a69c_bd61_4171_4627_569ebd6427e5 style a165a69c_bd61_4171_4627_569ebd6427e5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java lines 122–124
void incrementDirect(int amount) {
metric.directCounter.add(amount);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does incrementDirect() do?
incrementDirect() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java.
Where is incrementDirect() defined?
incrementDirect() is defined in buffer/src/main/java/io/netty/buffer/UnpooledByteBufAllocator.java at line 122.
What calls incrementDirect()?
incrementDirect() is called by 1 function(s): DecrementingCleanableDirectBuffer.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free