removePseudoTimeQueue() — netty Function Reference
Architecture documentation for the removePseudoTimeQueue() function in WeightedFairQueueByteDistributor.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD ccd9546d_2136_440a_df2f_40cc407cd5f7["removePseudoTimeQueue()"] 7bb99c84_0884_e59e_f284_a7da408d2406["State"] ccd9546d_2136_440a_df2f_40cc407cd5f7 -->|defined in| 7bb99c84_0884_e59e_f284_a7da408d2406 0bfeea84_edf2_a350_f986_e4dde4dc5152["setParent()"] 0bfeea84_edf2_a350_f986_e4dde4dc5152 -->|calls| ccd9546d_2136_440a_df2f_40cc407cd5f7 4ff2400b_5ed4_4092_bc1a_dfee981e6cf7["activeCountChangeForTree()"] 4ff2400b_5ed4_4092_bc1a_dfee981e6cf7 -->|calls| ccd9546d_2136_440a_df2f_40cc407cd5f7 style ccd9546d_2136_440a_df2f_40cc407cd5f7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 690–694
void removePseudoTimeQueue(State state) {
if (pseudoTimeQueue.removeTyped(state)) {
totalQueuedWeights -= state.weight;
}
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does removePseudoTimeQueue() do?
removePseudoTimeQueue() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java.
Where is removePseudoTimeQueue() defined?
removePseudoTimeQueue() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java at line 690.
What calls removePseudoTimeQueue()?
removePseudoTimeQueue() is called by 2 function(s): activeCountChangeForTree, setParent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free