Home / Function/ write() — netty Function Reference

write() — netty Function Reference

Architecture documentation for the write() function in NoPriorityByteDistributionBenchmark.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  3df43039_e242_a821_b58b_3c86357eff75["write()"]
  f30bf97b_8baf_7546_403d_6c90acdabe12["NoPriorityByteDistributionBenchmark"]
  3df43039_e242_a821_b58b_3c86357eff75 -->|defined in| f30bf97b_8baf_7546_403d_6c90acdabe12
  d3c15c2b_89df_c6f8_2627_eddb52f353a8["write()"]
  d3c15c2b_89df_c6f8_2627_eddb52f353a8 -->|calls| 3df43039_e242_a821_b58b_3c86357eff75
  d3c15c2b_89df_c6f8_2627_eddb52f353a8["write()"]
  3df43039_e242_a821_b58b_3c86357eff75 -->|calls| d3c15c2b_89df_c6f8_2627_eddb52f353a8
  style 3df43039_e242_a821_b58b_3c86357eff75 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/http2/NoPriorityByteDistributionBenchmark.java lines 162–171

    @Benchmark
    public void write(AdditionalCounters counters) throws Http2Exception {
        // Set up for this invocation. Doing this in the benchmark method since this
        // seems to throw off the counters when run as a setup step for the invocation.
        this.counters = counters;
        counters.invocations++;

        // Now run the benchmark method.
        controller.writePendingBytes();
    }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does write() do?
write() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/http2/NoPriorityByteDistributionBenchmark.java.
Where is write() defined?
write() is defined in microbench/src/main/java/io/netty/microbench/http2/NoPriorityByteDistributionBenchmark.java at line 162.
What does write() call?
write() calls 1 function(s): write.
What calls write()?
write() is called by 1 function(s): write.

Analyze Your Own Codebase

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

Try Supermodel Free