Uses of Interface
io.envoyproxy.envoy.api.v2.endpoint.LocalityLbEndpointsOrBuilder
-
Packages that use LocalityLbEndpointsOrBuilder Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.api.v2.endpoint -
-
Uses of LocalityLbEndpointsOrBuilder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return LocalityLbEndpointsOrBuilder Modifier and Type Method Description LocalityLbEndpointsOrBuilderClusterLoadAssignment.Builder. getEndpointsOrBuilder(int index)List of endpoints to load balance to.LocalityLbEndpointsOrBuilderClusterLoadAssignment. getEndpointsOrBuilder(int index)List of endpoints to load balance to.LocalityLbEndpointsOrBuilderClusterLoadAssignmentOrBuilder. getEndpointsOrBuilder(int index)List of endpoints to load balance to.Methods in io.envoyproxy.envoy.api.v2 that return types with arguments of type LocalityLbEndpointsOrBuilder Modifier and Type Method Description List<? extends LocalityLbEndpointsOrBuilder>ClusterLoadAssignment.Builder. getEndpointsOrBuilderList()List of endpoints to load balance to.List<? extends LocalityLbEndpointsOrBuilder>ClusterLoadAssignment. getEndpointsOrBuilderList()List of endpoints to load balance to.List<? extends LocalityLbEndpointsOrBuilder>ClusterLoadAssignmentOrBuilder. getEndpointsOrBuilderList()List of endpoints to load balance to. -
Uses of LocalityLbEndpointsOrBuilder in io.envoyproxy.envoy.api.v2.endpoint
Classes in io.envoyproxy.envoy.api.v2.endpoint that implement LocalityLbEndpointsOrBuilder Modifier and Type Class Description classLocalityLbEndpointsA group of endpoints belonging to a Locality.static classLocalityLbEndpoints.BuilderA group of endpoints belonging to a Locality.
-