updateLastExecutionTime() — netty Function Reference
Architecture documentation for the updateLastExecutionTime() function in SingleThreadEventExecutor.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD eff74b9f_f1e6_931a_a99c_d708e0ade985["updateLastExecutionTime()"] c9189467_acbc_07ea_3a8c_fecfe22ec122["SingleThreadEventExecutor"] eff74b9f_f1e6_931a_a99c_d708e0ade985 -->|defined in| c9189467_acbc_07ea_3a8c_fecfe22ec122 8eb7fcd3_fddd_aede_4b6c_2483c2c54021["doStartThread()"] 8eb7fcd3_fddd_aede_4b6c_2483c2c54021 -->|calls| eff74b9f_f1e6_931a_a99c_d708e0ade985 style eff74b9f_f1e6_931a_a99c_d708e0ade985 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/concurrent/SingleThreadEventExecutor.java lines 602–606
protected void updateLastExecutionTime() {
long now = getCurrentTimeNanos();
lastExecutionTime = now;
lastActivityTimeNanos = now;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does updateLastExecutionTime() do?
updateLastExecutionTime() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/concurrent/SingleThreadEventExecutor.java.
Where is updateLastExecutionTime() defined?
updateLastExecutionTime() is defined in common/src/main/java/io/netty/util/concurrent/SingleThreadEventExecutor.java at line 602.
What calls updateLastExecutionTime()?
updateLastExecutionTime() is called by 1 function(s): doStartThread.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free