Uses of Enum
io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3.RingHash.HashFunction
Packages that use RingHash.HashFunction
-
Uses of RingHash.HashFunction in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 declared as RingHash.HashFunctionModifier and TypeFieldDescriptionprivate static final RingHash.HashFunction[]
RingHash.HashFunction.VALUES
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 with type parameters of type RingHash.HashFunctionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<RingHash.HashFunction> RingHash.HashFunction.internalValueMap
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 that return RingHash.HashFunctionModifier and TypeMethodDescriptionstatic RingHash.HashFunction
RingHash.HashFunction.forNumber
(int value) RingHash.Builder.getHashFunction()
The hash function used to hash hosts onto the ketama ring.RingHash.getHashFunction()
The hash function used to hash hosts onto the ketama ring.RingHashOrBuilder.getHashFunction()
The hash function used to hash hosts onto the ketama ring.static RingHash.HashFunction
RingHash.HashFunction.valueOf
(int value) Deprecated.static RingHash.HashFunction
RingHash.HashFunction.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RingHash.HashFunction
Returns the enum constant of this type with the specified name.static RingHash.HashFunction[]
RingHash.HashFunction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 that return types with arguments of type RingHash.HashFunctionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<RingHash.HashFunction> RingHash.HashFunction.internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 with parameters of type RingHash.HashFunctionModifier and TypeMethodDescriptionRingHash.Builder.setHashFunction
(RingHash.HashFunction value) The hash function used to hash hosts onto the ketama ring.