public static interface Cds.Cluster.RingHashLbConfig.DeprecatedV1OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getUseStdHash()
Defaults to true, meaning that std::hash is used to hash hosts onto
the ketama ring. std::hash can vary by platform.
|
com.google.protobuf.BoolValueOrBuilder |
getUseStdHashOrBuilder()
Defaults to true, meaning that std::hash is used to hash hosts onto
the ketama ring. std::hash can vary by platform.
|
boolean |
hasUseStdHash()
Defaults to true, meaning that std::hash is used to hash hosts onto
the ketama ring. std::hash can vary by platform.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUseStdHash()
Defaults to true, meaning that std::hash is used to hash hosts onto the ketama ring. std::hash can vary by platform. For this reason, Envoy will eventually use `xxHash <https://github.com/Cyan4973/xxHash>`_ by default. This field exists for migration purposes and will eventually be deprecated. Set it to false to use `xxHash <https://github.com/Cyan4973/xxHash>`_ now.
.google.protobuf.BoolValue use_std_hash = 1;com.google.protobuf.BoolValue getUseStdHash()
Defaults to true, meaning that std::hash is used to hash hosts onto the ketama ring. std::hash can vary by platform. For this reason, Envoy will eventually use `xxHash <https://github.com/Cyan4973/xxHash>`_ by default. This field exists for migration purposes and will eventually be deprecated. Set it to false to use `xxHash <https://github.com/Cyan4973/xxHash>`_ now.
.google.protobuf.BoolValue use_std_hash = 1;com.google.protobuf.BoolValueOrBuilder getUseStdHashOrBuilder()
Defaults to true, meaning that std::hash is used to hash hosts onto the ketama ring. std::hash can vary by platform. For this reason, Envoy will eventually use `xxHash <https://github.com/Cyan4973/xxHash>`_ by default. This field exists for migration purposes and will eventually be deprecated. Set it to false to use `xxHash <https://github.com/Cyan4973/xxHash>`_ now.
.google.protobuf.BoolValue use_std_hash = 1;Copyright © 2018 The Envoy Project. All rights reserved.