Home / Function/ initChildrenIfEmpty() — netty Function Reference

initChildrenIfEmpty() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 596–600

        private void initChildrenIfEmpty() {
            if (children == IntCollections.<State>emptyMap()) {
                initChildren();
            }
        }

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free