Home / Function/ getLocalTimeCount() — netty Function Reference

getLocalTimeCount() — netty Function Reference

Architecture documentation for the getLocalTimeCount() function in WorldClockProtocol.java from the netty codebase.

Function java Buffer Search calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  b3d4ad9e_6708_a0e1_619d_aabd82102809["getLocalTimeCount()"]
  d14d3f3f_ddf6_f864_b1be_5eccb64e18ed["Builder"]
  b3d4ad9e_6708_a0e1_619d_aabd82102809 -->|defined in| d14d3f3f_ddf6_f864_b1be_5eccb64e18ed
  ea4d33d6_6bcd_e0e6_58d3_93b2ca4f17cf["getLocalTimeCount()"]
  ea4d33d6_6bcd_e0e6_58d3_93b2ca4f17cf -->|calls| b3d4ad9e_6708_a0e1_619d_aabd82102809
  a01bc787_587e_d9d5_fc60_f49aec5c9a50["isInitialized()"]
  a01bc787_587e_d9d5_fc60_f49aec5c9a50 -->|calls| b3d4ad9e_6708_a0e1_619d_aabd82102809
  757e351b_3742_b77d_d4a5_d40f24c165c8["isInitialized()"]
  757e351b_3742_b77d_d4a5_d40f24c165c8 -->|calls| b3d4ad9e_6708_a0e1_619d_aabd82102809
  ea4d33d6_6bcd_e0e6_58d3_93b2ca4f17cf["getLocalTimeCount()"]
  b3d4ad9e_6708_a0e1_619d_aabd82102809 -->|calls| ea4d33d6_6bcd_e0e6_58d3_93b2ca4f17cf
  style b3d4ad9e_6708_a0e1_619d_aabd82102809 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 3111–3118

      @Override
      public int getLocalTimeCount() {
        if (localTimeBuilder_ == null) {
          return localTime_.size();
        } else {
          return localTimeBuilder_.getCount();
        }
      }

Domain

Subdomains

Frequently Asked Questions

What does getLocalTimeCount() do?
getLocalTimeCount() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is getLocalTimeCount() defined?
getLocalTimeCount() is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 3111.
What does getLocalTimeCount() call?
getLocalTimeCount() calls 1 function(s): getLocalTimeCount.
What calls getLocalTimeCount()?
getLocalTimeCount() is called by 3 function(s): getLocalTimeCount, isInitialized, isInitialized.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free