getLocationFieldBuilder() — netty Function Reference
Architecture documentation for the getLocationFieldBuilder() function in WorldClockProtocol.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e5cbb7ee_57d8_ef90_81df_d94a7cc743ed["getLocationFieldBuilder()"] d14d3f3f_ddf6_f864_b1be_5eccb64e18ed["Builder"] e5cbb7ee_57d8_ef90_81df_d94a7cc743ed -->|defined in| d14d3f3f_ddf6_f864_b1be_5eccb64e18ed fa63e42d_385e_febe_1ebd_adc51ecda1e1["maybeForceBuilderInitialization()"] fa63e42d_385e_febe_1ebd_adc51ecda1e1 -->|calls| e5cbb7ee_57d8_ef90_81df_d94a7cc743ed a776de43_3d12_a869_9e1b_f3001fa85805["Builder()"] a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| e5cbb7ee_57d8_ef90_81df_d94a7cc743ed d91c2d75_7b2f_aa7f_dc97_dcf167c38bcd["getLocationBuilder()"] d91c2d75_7b2f_aa7f_dc97_dcf167c38bcd -->|calls| e5cbb7ee_57d8_ef90_81df_d94a7cc743ed 6bace9eb_3ebd_5fea_623d_933258669e6b["addLocationBuilder()"] 6bace9eb_3ebd_5fea_623d_933258669e6b -->|calls| e5cbb7ee_57d8_ef90_81df_d94a7cc743ed 78597eb7_beb6_3eb9_bef7_d43ca4a2e645["getLocationBuilderList()"] 78597eb7_beb6_3eb9_bef7_d43ca4a2e645 -->|calls| e5cbb7ee_57d8_ef90_81df_d94a7cc743ed style e5cbb7ee_57d8_ef90_81df_d94a7cc743ed fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 1609–1622
private com.google.protobuf.RepeatedFieldBuilder<
io.netty.example.worldclock.WorldClockProtocol.Location, io.netty.example.worldclock.WorldClockProtocol.Location.Builder, io.netty.example.worldclock.WorldClockProtocol.LocationOrBuilder>
getLocationFieldBuilder() {
if (locationBuilder_ == null) {
locationBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
io.netty.example.worldclock.WorldClockProtocol.Location, io.netty.example.worldclock.WorldClockProtocol.Location.Builder, io.netty.example.worldclock.WorldClockProtocol.LocationOrBuilder>(
location_,
((bitField0_ & 0x00000001) == 0x00000001),
getParentForChildren(),
isClean());
location_ = null;
}
return locationBuilder_;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getLocationFieldBuilder() do?
getLocationFieldBuilder() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is getLocationFieldBuilder() defined?
getLocationFieldBuilder() is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 1609.
What calls getLocationFieldBuilder()?
getLocationFieldBuilder() is called by 5 function(s): Builder, addLocationBuilder, getLocationBuilder, getLocationBuilderList, maybeForceBuilderInitialization.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free