Home / Function/ Builder() — netty Function Reference

Builder() — netty Function Reference

Architecture documentation for the Builder() function in IoUringBufferRingConfig.java from the netty codebase.

Function java Buffer Search calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  123a2ecd_73f9_29ac_8273_cfc3d6b8cd82["Builder()"]
  11448346_fd97_747d_12dc_e15bd5d8e850["Builder"]
  123a2ecd_73f9_29ac_8273_cfc3d6b8cd82 -->|defined in| 11448346_fd97_747d_12dc_e15bd5d8e850
  07ed7bc8_2f5b_7cc4_c8f2_bd59879195fb["Builder()"]
  07ed7bc8_2f5b_7cc4_c8f2_bd59879195fb -->|calls| 123a2ecd_73f9_29ac_8273_cfc3d6b8cd82
  dcc6cfe4_816f_a02f_62b7_e0b7bca54861["bufferGroupId()"]
  123a2ecd_73f9_29ac_8273_cfc3d6b8cd82 -->|calls| dcc6cfe4_816f_a02f_62b7_e0b7bca54861
  1756f95c_418d_6de6_4aa4_f4e9a8ab1efb["bufferRingSize()"]
  123a2ecd_73f9_29ac_8273_cfc3d6b8cd82 -->|calls| 1756f95c_418d_6de6_4aa4_f4e9a8ab1efb
  31537018_2e78_4db5_0431_79be9c9e02e2["batchSize()"]
  123a2ecd_73f9_29ac_8273_cfc3d6b8cd82 -->|calls| 31537018_2e78_4db5_0431_79be9c9e02e2
  style 123a2ecd_73f9_29ac_8273_cfc3d6b8cd82 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringBufferRingConfig.java lines 201–204

        public Builder bufferGroupId(short bgId) {
            this.bgId = bgId;
            return this;
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does Builder() do?
Builder() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringBufferRingConfig.java.
Where is Builder() defined?
Builder() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringBufferRingConfig.java at line 201.
What does Builder() call?
Builder() calls 3 function(s): batchSize, bufferGroupId, bufferRingSize.
What calls Builder()?
Builder() is called by 1 function(s): Builder.

Analyze Your Own Codebase

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

Try Supermodel Free