public static interface Cluster.RingHashLbConfig.DeprecatedV1OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getUseStdHash()
Defaults to false, meaning that `xxHash <https://github.com/Cyan4973/xxHash>`_
is to hash hosts onto the ketama ring.
|
com.google.protobuf.BoolValueOrBuilder |
getUseStdHashOrBuilder()
Defaults to false, meaning that `xxHash <https://github.com/Cyan4973/xxHash>`_
is to hash hosts onto the ketama ring.
|
boolean |
hasUseStdHash()
Defaults to false, meaning that `xxHash <https://github.com/Cyan4973/xxHash>`_
is to hash hosts onto the ketama ring.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUseStdHash()
Defaults to false, meaning that `xxHash <https://github.com/Cyan4973/xxHash>`_ is to hash hosts onto the ketama ring.
.google.protobuf.BoolValue use_std_hash = 1;com.google.protobuf.BoolValue getUseStdHash()
Defaults to false, meaning that `xxHash <https://github.com/Cyan4973/xxHash>`_ is to hash hosts onto the ketama ring.
.google.protobuf.BoolValue use_std_hash = 1;com.google.protobuf.BoolValueOrBuilder getUseStdHashOrBuilder()
Defaults to false, meaning that `xxHash <https://github.com/Cyan4973/xxHash>`_ is to hash hosts onto the ketama ring.
.google.protobuf.BoolValue use_std_hash = 1;Copyright © 2018–2019 The Envoy Project. All rights reserved.