resetCumulativeTime() — netty Function Reference
Architecture documentation for the resetCumulativeTime() function in TrafficCounter.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e5f311b2_41c5_cd9a_8aa2_b75b20730216["resetCumulativeTime()"] 0606a665_efe6_a36d_b40e_7c957ec61157["TrafficCounter"] e5f311b2_41c5_cd9a_8aa2_b75b20730216 -->|defined in| 0606a665_efe6_a36d_b40e_7c957ec61157 style e5f311b2_41c5_cd9a_8aa2_b75b20730216 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/traffic/TrafficCounter.java lines 446–450
public void resetCumulativeTime() {
lastCumulativeTime = System.currentTimeMillis();
cumulativeReadBytes.set(0);
cumulativeWrittenBytes.set(0);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does resetCumulativeTime() do?
resetCumulativeTime() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/traffic/TrafficCounter.java.
Where is resetCumulativeTime() defined?
resetCumulativeTime() is defined in handler/src/main/java/io/netty/handler/traffic/TrafficCounter.java at line 446.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free