public interface LoadBalancingPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingPolicy.Policy |
getPolicies(int index)
Each client will iterate over the list in order and stop at the first policy that it
supports.
|
int |
getPoliciesCount()
Each client will iterate over the list in order and stop at the first policy that it
supports.
|
List<LoadBalancingPolicy.Policy> |
getPoliciesList()
Each client will iterate over the list in order and stop at the first policy that it
supports.
|
LoadBalancingPolicy.PolicyOrBuilder |
getPoliciesOrBuilder(int index)
Each client will iterate over the list in order and stop at the first policy that it
supports.
|
List<? extends LoadBalancingPolicy.PolicyOrBuilder> |
getPoliciesOrBuilderList()
Each client will iterate over the list in order and stop at the first policy that it
supports.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<LoadBalancingPolicy.Policy> getPoliciesList()
Each client will iterate over the list in order and stop at the first policy that it supports. This provides a mechanism for starting to use new LB policies that are not yet supported by all clients.
repeated .envoy.api.v2.LoadBalancingPolicy.Policy policies = 1;LoadBalancingPolicy.Policy getPolicies(int index)
Each client will iterate over the list in order and stop at the first policy that it supports. This provides a mechanism for starting to use new LB policies that are not yet supported by all clients.
repeated .envoy.api.v2.LoadBalancingPolicy.Policy policies = 1;int getPoliciesCount()
Each client will iterate over the list in order and stop at the first policy that it supports. This provides a mechanism for starting to use new LB policies that are not yet supported by all clients.
repeated .envoy.api.v2.LoadBalancingPolicy.Policy policies = 1;List<? extends LoadBalancingPolicy.PolicyOrBuilder> getPoliciesOrBuilderList()
Each client will iterate over the list in order and stop at the first policy that it supports. This provides a mechanism for starting to use new LB policies that are not yet supported by all clients.
repeated .envoy.api.v2.LoadBalancingPolicy.Policy policies = 1;LoadBalancingPolicy.PolicyOrBuilder getPoliciesOrBuilder(int index)
Each client will iterate over the list in order and stop at the first policy that it supports. This provides a mechanism for starting to use new LB policies that are not yet supported by all clients.
repeated .envoy.api.v2.LoadBalancingPolicy.Policy policies = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.