initDataSet() — netty Function Reference
Architecture documentation for the initDataSet() function in MqttPropertyTypeValueOfBench.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 53dfbbc9_a146_cb8e_0dc0_593b626afac7["initDataSet()"] ff7d600d_75c0_9abb_8a58_7aa7d80b9a1b["MqttPropertyTypeValueOfBench"] 53dfbbc9_a146_cb8e_0dc0_593b626afac7 -->|defined in| ff7d600d_75c0_9abb_8a58_7aa7d80b9a1b style 53dfbbc9_a146_cb8e_0dc0_593b626afac7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/mqtt/MqttPropertyTypeValueOfBench.java lines 90–98
@Setup
public void initDataSet() {
types = DATASET;
next = 0;
mask = types.length - 1;
if (Integer.bitCount(types.length) != 1) {
throw new AssertionError("The data set should contains power of 2 items");
}
}
Domain
Subdomains
Source
Frequently Asked Questions
What does initDataSet() do?
initDataSet() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/mqtt/MqttPropertyTypeValueOfBench.java.
Where is initDataSet() defined?
initDataSet() is defined in microbench/src/main/java/io/netty/handler/codec/mqtt/MqttPropertyTypeValueOfBench.java at line 90.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free