Interface WrrLocalityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WrrLocality
,WrrLocality.Builder
public interface WrrLocalityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancingPolicy
getEndpointPickingPolicy()
The child LB policy to create for endpoint-picking within the chosen locality.LoadBalancingPolicyOrBuilder
getEndpointPickingPolicyOrBuilder()
The child LB policy to create for endpoint-picking within the chosen locality.boolean
hasEndpointPickingPolicy()
The child LB policy to create for endpoint-picking within the chosen locality.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEndpointPickingPolicy
boolean hasEndpointPickingPolicy()
The child LB policy to create for endpoint-picking within the chosen locality.
.envoy.config.cluster.v3.LoadBalancingPolicy endpoint_picking_policy = 1 [(.validate.rules) = { ... }
- Returns:
- Whether the endpointPickingPolicy field is set.
-
getEndpointPickingPolicy
LoadBalancingPolicy getEndpointPickingPolicy()
The child LB policy to create for endpoint-picking within the chosen locality.
.envoy.config.cluster.v3.LoadBalancingPolicy endpoint_picking_policy = 1 [(.validate.rules) = { ... }
- Returns:
- The endpointPickingPolicy.
-
getEndpointPickingPolicyOrBuilder
LoadBalancingPolicyOrBuilder getEndpointPickingPolicyOrBuilder()
The child LB policy to create for endpoint-picking within the chosen locality.
.envoy.config.cluster.v3.LoadBalancingPolicy endpoint_picking_policy = 1 [(.validate.rules) = { ... }
-
-