put() — netty Function Reference
Architecture documentation for the put() function in IntObjectHashMapBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a05ca40a_2f6c_34d3_85da_9bda87ab7382["put()"] 8ed59d7e_af74_73bc_719f_a8b7c780413e["AgronaEnvironment"] a05ca40a_2f6c_34d3_85da_9bda87ab7382 -->|defined in| 8ed59d7e_af74_73bc_719f_a8b7c780413e eed0dc1b_0678_4a39_ddbb_985520c3cf5e["put()"] eed0dc1b_0678_4a39_ddbb_985520c3cf5e -->|calls| a05ca40a_2f6c_34d3_85da_9bda87ab7382 eed0dc1b_0678_4a39_ddbb_985520c3cf5e["put()"] a05ca40a_2f6c_34d3_85da_9bda87ab7382 -->|calls| eed0dc1b_0678_4a39_ddbb_985520c3cf5e style a05ca40a_2f6c_34d3_85da_9bda87ab7382 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java lines 134–140
@Override
void put(Blackhole bh) {
Int2ObjectHashMap<Long> map = new Int2ObjectHashMap<Long>();
for (int key : keys) {
bh.consume(map.put(key, VALUE));
}
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does put() do?
put() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java.
Where is put() defined?
put() is defined in microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java at line 134.
What does put() call?
put() calls 1 function(s): put.
What calls put()?
put() is called by 1 function(s): put.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free