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

    Modifier and Type
    Method
    Description
    The child LB policy to create for endpoint-picking within the chosen locality.
    The child LB policy to create for endpoint-picking within the chosen locality.
    boolean
    The child LB policy to create for endpoint-picking within the chosen locality.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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) = { ... }