setDistributing() — netty Function Reference
Architecture documentation for the setDistributing() function in WeightedFairQueueByteDistributor.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f18e1329_3594_56a2_3d34_0b8428bec24a["setDistributing()"] 7bb99c84_0884_e59e_f284_a7da408d2406["State"] f18e1329_3594_56a2_3d34_0b8428bec24a -->|defined in| 7bb99c84_0884_e59e_f284_a7da408d2406 fee5801b_b90a_5512_05a6_7256df952cd8["distributeToChildren()"] fee5801b_b90a_5512_05a6_7256df952cd8 -->|calls| f18e1329_3594_56a2_3d34_0b8428bec24a style f18e1329_3594_56a2_3d34_0b8428bec24a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 729–731
void setDistributing() {
flags |= STATE_IS_DISTRIBUTING;
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does setDistributing() do?
setDistributing() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java.
Where is setDistributing() defined?
setDistributing() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java at line 729.
What calls setDistributing()?
setDistributing() is called by 1 function(s): distributeToChildren.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free