initDataSet() — netty Function Reference
Architecture documentation for the initDataSet() function in MqttQoSValueOfBench.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 9aeb1c42_5129_3257_1795_23d29bb8e36f["initDataSet()"] 0c48f3fa_dcc4_727d_b867_370c48d09c33["MqttQoSValueOfBench"] 9aeb1c42_5129_3257_1795_23d29bb8e36f -->|defined in| 0c48f3fa_dcc4_727d_b867_370c48d09c33 style 9aeb1c42_5129_3257_1795_23d29bb8e36f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/mqtt/MqttQoSValueOfBench.java lines 77–85
@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/MqttQoSValueOfBench.java.
Where is initDataSet() defined?
initDataSet() is defined in microbench/src/main/java/io/netty/handler/codec/mqtt/MqttQoSValueOfBench.java at line 77.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free