oldMapMixMethods() — netty Function Reference
Architecture documentation for the oldMapMixMethods() function in HttpMethodMapBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 6395a650_395e_5bf9_846c_8824a11de461["oldMapMixMethods()"] 850ae674_6e21_4c44_21cd_02af9a8adf48["HttpMethodMapBenchmark"] 6395a650_395e_5bf9_846c_8824a11de461 -->|defined in| 850ae674_6e21_4c44_21cd_02af9a8adf48 style 6395a650_395e_5bf9_846c_8824a11de461 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/http/HttpMethodMapBenchmark.java lines 168–176
@Benchmark
public void oldMapMixMethods(Blackhole bh) throws Exception {
for (int i = 0; i < MIXED_METHODS.length; ++i) {
HttpMethod method = OLD_MAP.get(MIXED_METHODS[i]);
if (method != null) {
bh.consume(method);
}
}
}
Domain
Subdomains
Source
Frequently Asked Questions
What does oldMapMixMethods() do?
oldMapMixMethods() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/HttpMethodMapBenchmark.java.
Where is oldMapMixMethods() defined?
oldMapMixMethods() is defined in microbench/src/main/java/io/netty/handler/codec/http/HttpMethodMapBenchmark.java at line 168.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free