setHighLoad() — netty Function Reference
Architecture documentation for the setHighLoad() function in AutoScalingEventExecutorChooserFactoryTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c81b705e_9115_5b4b_23a6_5102d314a007["setHighLoad()"] 621041f0_4644_9edd_5867_6d66d195dcf5["TestEventExecutor"] c81b705e_9115_5b4b_23a6_5102d314a007 -->|defined in| 621041f0_4644_9edd_5867_6d66d195dcf5 31e8cd5d_3da2_e457_e392_791da6763b49["testScaleUp()"] 31e8cd5d_3da2_e457_e392_791da6763b49 -->|calls| c81b705e_9115_5b4b_23a6_5102d314a007 37ecfbd1_4171_5557_1ae6_d06132219da3["testScaleUpDoesNotExceedMaxThreads()"] 37ecfbd1_4171_5557_1ae6_d06132219da3 -->|calls| c81b705e_9115_5b4b_23a6_5102d314a007 a73f4628_6eda_d777_896e_c431ad8bcfd7["testMetricsProvideCorrectUtilizationAndActiveExecutorCount()"] a73f4628_6eda_d777_896e_c431ad8bcfd7 -->|calls| c81b705e_9115_5b4b_23a6_5102d314a007 style c81b705e_9115_5b4b_23a6_5102d314a007 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/test/java/io/netty/util/concurrent/AutoScalingEventExecutorChooserFactoryTest.java lines 50–52
void setHighLoad(boolean highLoad) {
this.highLoad.set(highLoad);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does setHighLoad() do?
setHighLoad() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/concurrent/AutoScalingEventExecutorChooserFactoryTest.java.
Where is setHighLoad() defined?
setHighLoad() is defined in common/src/test/java/io/netty/util/concurrent/AutoScalingEventExecutorChooserFactoryTest.java at line 50.
What calls setHighLoad()?
setHighLoad() is called by 3 function(s): testMetricsProvideCorrectUtilizationAndActiveExecutorCount, testScaleUp, testScaleUpDoesNotExceedMaxThreads.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free