Package io.envoyproxy.envoy.api.v2
Interface Listener.ConnectionBalanceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Listener.ConnectionBalanceConfig,Listener.ConnectionBalanceConfig.Builder
- Enclosing class:
- Listener
public static interface Listener.ConnectionBalanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIf specified, the listener will use the exact connection balancer.If specified, the listener will use the exact connection balancer.booleanIf specified, the listener will use the exact connection balancer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-
getExactBalanceOrBuilder
Listener.ConnectionBalanceConfig.ExactBalanceOrBuilder getExactBalanceOrBuilder()If specified, the listener will use the exact connection balancer.
.envoy.api.v2.Listener.ConnectionBalanceConfig.ExactBalance exact_balance = 1; -
getBalanceTypeCase
Listener.ConnectionBalanceConfig.BalanceTypeCase getBalanceTypeCase()
-