MCPcopy Create free account
hub / github.com/grpc/grpc-java / subZone

Method subZone

xds/src/main/java/io/grpc/xds/client/Locality.java:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 public abstract String zone();
29
30 public abstract String subZone();
31
32 public static Locality create(String region, String zone, String subZone) {
33 return new io.grpc.xds.client.AutoValue_Locality(region, zone, subZone);

Callers 3

localityNameMethod · 0.80
toEnvoyProtoNodeMethod · 0.80
buildClusterStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected