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