MqttPropertyType() — netty Function Reference
Architecture documentation for the MqttPropertyType() function in MqttPropertyTypeValueOfBench.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f8bff665_2d7f_1eb7_ca27_263b72780efd["MqttPropertyType()"] ff7d600d_75c0_9abb_8a58_7aa7d80b9a1b["MqttPropertyTypeValueOfBench"] f8bff665_2d7f_1eb7_ca27_263b72780efd -->|defined in| ff7d600d_75c0_9abb_8a58_7aa7d80b9a1b style f8bff665_2d7f_1eb7_ca27_263b72780efd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/mqtt/MqttPropertyTypeValueOfBench.java lines 100–107
@Benchmark
public MqttPropertyType getViaArray() {
long next = this.next;
int nextIndex = (int) (next & mask);
MqttPropertyType type = MqttPropertyType.valueOf(types[nextIndex]);
this.next = next + 1;
return type;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does MqttPropertyType() do?
MqttPropertyType() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/mqtt/MqttPropertyTypeValueOfBench.java.
Where is MqttPropertyType() defined?
MqttPropertyType() is defined in microbench/src/main/java/io/netty/handler/codec/mqtt/MqttPropertyTypeValueOfBench.java at line 100.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free