Uses of Class
io.grpc.xds.Endpoints.LbEndpoint
Packages that use Endpoints.LbEndpoint
-
Uses of Endpoints.LbEndpoint in io.grpc.xds
Subclasses of Endpoints.LbEndpoint in io.grpc.xdsFields in io.grpc.xds with type parameters of type Endpoints.LbEndpointModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<Endpoints.LbEndpoint> AutoValue_Endpoints_LocalityLbEndpoints.endpoints
Methods in io.grpc.xds that return Endpoints.LbEndpointModifier and TypeMethodDescription(package private) static Endpoints.LbEndpoint
Endpoints.LbEndpoint.create
(io.grpc.EquivalentAddressGroup eag, int loadBalancingWeight, boolean isHealthy) (package private) static Endpoints.LbEndpoint
Methods in io.grpc.xds that return types with arguments of type Endpoints.LbEndpointModifier and TypeMethodDescription(package private) com.google.common.collect.ImmutableList
<Endpoints.LbEndpoint> AutoValue_Endpoints_LocalityLbEndpoints.endpoints()
(package private) abstract com.google.common.collect.ImmutableList
<Endpoints.LbEndpoint> Endpoints.LocalityLbEndpoints.endpoints()
Method parameters in io.grpc.xds with type arguments of type Endpoints.LbEndpointModifier and TypeMethodDescription(package private) static Endpoints.LocalityLbEndpoints
Endpoints.LocalityLbEndpoints.create
(List<Endpoints.LbEndpoint> endpoints, int localityWeight, int priority) Constructor parameters in io.grpc.xds with type arguments of type Endpoints.LbEndpointModifierConstructorDescription(package private)
AutoValue_Endpoints_LocalityLbEndpoints
(com.google.common.collect.ImmutableList<Endpoints.LbEndpoint> endpoints, int localityWeight, int priority)