resetCumulativeTime() — netty Function Reference
Architecture documentation for the resetCumulativeTime() function in GlobalChannelTrafficCounter.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b72ae670_2fe0_4b6d_14dc_0be2278feb98["resetCumulativeTime()"] 2a051faf_25b0_e46d_ad69_5f887649cee4["GlobalChannelTrafficCounter"] b72ae670_2fe0_4b6d_14dc_0be2278feb98 -->|defined in| 2a051faf_25b0_e46d_ad69_5f887649cee4 style b72ae670_2fe0_4b6d_14dc_0be2278feb98 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/traffic/GlobalChannelTrafficCounter.java lines 118–125
@Override
public void resetCumulativeTime() {
for (PerChannel perChannel :
((GlobalChannelTrafficShapingHandler) trafficShapingHandler).channelQueues.values()) {
perChannel.channelTrafficCounter.resetCumulativeTime();
}
super.resetCumulativeTime();
}
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/GlobalChannelTrafficCounter.java.
Where is resetCumulativeTime() defined?
resetCumulativeTime() is defined in handler/src/main/java/io/netty/handler/traffic/GlobalChannelTrafficCounter.java at line 118.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free