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

Method Endpoints

xds/src/main/java/io/grpc/xds/Endpoints.java:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30/** Locality and endpoint level load balancing configurations. */
31final class Endpoints {
32 private Endpoints() {}
33
34 /** Represents a group of endpoints belong to a single locality. */
35 @AutoValue

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected