Interface Listener.ConnectionBalanceConfigOrBuilder

    • Method Detail

      • hasExactBalance

        boolean hasExactBalance()
         If specified, the listener will use the exact connection balancer.
         
        .envoy.api.v2.Listener.ConnectionBalanceConfig.ExactBalance exact_balance = 1;
        Returns:
        Whether the exactBalance field is set.
      • getExactBalance

        Listener.ConnectionBalanceConfig.ExactBalance getExactBalance()
         If specified, the listener will use the exact connection balancer.
         
        .envoy.api.v2.Listener.ConnectionBalanceConfig.ExactBalance exact_balance = 1;
        Returns:
        The exactBalance.