public static interface Cluster.CommonLbConfig.ConsistentHashingLbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUseHostnameForHashing()
If set to `true`, the cluster will use hostname instead of the resolved
address as the key to consistently hash to an upstream host.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getUseHostnameForHashing()
If set to `true`, the cluster will use hostname instead of the resolved address as the key to consistently hash to an upstream host. Only valid for StrictDNS clusters with hostnames which resolve to a single IP address.
bool use_hostname_for_hashing = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.