Home / Function/ initChildren() — netty Function Reference

initChildren() — netty Function Reference

Architecture documentation for the initChildren() function in WeightedFairQueueByteDistributor.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8d0c762f_3641_1298_766d_c1efcbdd7b69["initChildren()"]
  7bb99c84_0884_e59e_f284_a7da408d2406["State"]
  8d0c762f_3641_1298_766d_c1efcbdd7b69 -->|defined in| 7bb99c84_0884_e59e_f284_a7da408d2406
  14668215_be12_0440_a4cb_6e6686da3f8a["removeAllChildrenExcept()"]
  14668215_be12_0440_a4cb_6e6686da3f8a -->|calls| 8d0c762f_3641_1298_766d_c1efcbdd7b69
  4d1be32d_ee4e_92e3_9f28_345b81895f7c["initChildrenIfEmpty()"]
  4d1be32d_ee4e_92e3_9f28_345b81895f7c -->|calls| 8d0c762f_3641_1298_766d_c1efcbdd7b69
  style 8d0c762f_3641_1298_766d_c1efcbdd7b69 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 602–604

        private void initChildren() {
            children = new IntObjectHashMap<State>(INITIAL_CHILDREN_MAP_SIZE);
        }

Domain

Subdomains

Frequently Asked Questions

What does initChildren() do?
initChildren() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java.
Where is initChildren() defined?
initChildren() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java at line 602.
What calls initChildren()?
initChildren() is called by 2 function(s): initChildrenIfEmpty, removeAllChildrenExcept.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free