Home / Function/ getLocationCount() — netty Function Reference

getLocationCount() — netty Function Reference

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

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  b40ff3ad_f97c_1ee5_1322_eefffedae004["getLocationCount()"]
  d14d3f3f_ddf6_f864_b1be_5eccb64e18ed["Builder"]
  b40ff3ad_f97c_1ee5_1322_eefffedae004 -->|defined in| d14d3f3f_ddf6_f864_b1be_5eccb64e18ed
  0f05989c_0e63_a34b_26dd_7b031461d5a3["getLocationCount()"]
  0f05989c_0e63_a34b_26dd_7b031461d5a3 -->|calls| b40ff3ad_f97c_1ee5_1322_eefffedae004
  0f05989c_0e63_a34b_26dd_7b031461d5a3["getLocationCount()"]
  b40ff3ad_f97c_1ee5_1322_eefffedae004 -->|calls| 0f05989c_0e63_a34b_26dd_7b031461d5a3
  style b40ff3ad_f97c_1ee5_1322_eefffedae004 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 1412–1419

      @Override
      public int getLocationCount() {
        if (locationBuilder_ == null) {
          return location_.size();
        } else {
          return locationBuilder_.getCount();
        }
      }

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free