verifyAnyWrite() — netty Function Reference
Architecture documentation for the verifyAnyWrite() function in WeightedFairQueueByteDistributorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f50f698e_a7cf_748d_c61b_94cfdb852d90["verifyAnyWrite()"] 67b7550d_3bc6_4a2b_6b2f_618af35d6df8["WeightedFairQueueByteDistributorTest"] f50f698e_a7cf_748d_c61b_94cfdb852d90 -->|defined in| 67b7550d_3bc6_4a2b_6b2f_618af35d6df8 40441c50_9c54_2893_0d78_c8c93f59d67e["bytesUnassignedAfterProcessing()"] 40441c50_9c54_2893_0d78_c8c93f59d67e -->|calls| f50f698e_a7cf_748d_c61b_94cfdb852d90 d8a105a0_e49b_7590_ed21_f71981347a7e["parentShouldWaterFallDataToChildren()"] d8a105a0_e49b_7590_ed21_f71981347a7e -->|calls| f50f698e_a7cf_748d_c61b_94cfdb852d90 5b33686d_4c7c_df6e_abe3_78558c65b662["reprioritizeShouldAdjustOutboundFlow()"] 5b33686d_4c7c_df6e_abe3_78558c65b662 -->|calls| f50f698e_a7cf_748d_c61b_94cfdb852d90 07f2e3af_8d5a_dff7_e980_669af579cac2["zeroDistributeShouldWriteAllZeroFrames()"] 07f2e3af_8d5a_dff7_e980_669af579cac2 -->|calls| f50f698e_a7cf_748d_c61b_94cfdb852d90 590feffc_3d34_001c_5d9c_faf2c8c37a28["nonZeroDistributeShouldWriteAllZeroFramesIfAllEligibleDataIsWritten()"] 590feffc_3d34_001c_5d9c_faf2c8c37a28 -->|calls| f50f698e_a7cf_748d_c61b_94cfdb852d90 11b51d3d_8188_9502_be8f_cc1ca56136d9["write()"] f50f698e_a7cf_748d_c61b_94cfdb852d90 -->|calls| 11b51d3d_8188_9502_be8f_cc1ca56136d9 style f50f698e_a7cf_748d_c61b_94cfdb852d90 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorTest.java lines 939–941
private void verifyAnyWrite(int streamId, int times) {
verify(writer, times(times)).write(same(stream(streamId)), anyInt());
}
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does verifyAnyWrite() do?
verifyAnyWrite() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorTest.java.
Where is verifyAnyWrite() defined?
verifyAnyWrite() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorTest.java at line 939.
What does verifyAnyWrite() call?
verifyAnyWrite() calls 1 function(s): write.
What calls verifyAnyWrite()?
verifyAnyWrite() is called by 5 function(s): bytesUnassignedAfterProcessing, nonZeroDistributeShouldWriteAllZeroFramesIfAllEligibleDataIsWritten, parentShouldWaterFallDataToChildren, reprioritizeShouldAdjustOutboundFlow, zeroDistributeShouldWriteAllZeroFrames.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free