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