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

Method getClusters

xds/src/main/java/io/grpc/xds/XdsConfig.java:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 public ImmutableMap<String, StatusOr<XdsClusterConfig>> getClusters() {
102 return clusters;
103 }
104
105 static final class XdsClusterConfig {
106 private final String clusterName;

Calls

no outgoing calls