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
Subclasses with type arguments of type RingHash.HashFunction in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3Modifier and TypeClassDescriptionstatic enumThe hash function used to hash hosts onto the ketama ring.Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 declared as RingHash.HashFunctionModifier and TypeFieldDescriptionprivate static final RingHash.HashFunction[]RingHash.HashFunction.VALUESFields 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.internalValueMapMethods in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 that return RingHash.HashFunctionModifier and TypeMethodDescriptionstatic RingHash.HashFunctionRingHash.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.HashFunctionRingHash.HashFunction.valueOf(int value) Deprecated.static RingHash.HashFunctionRingHash.HashFunction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RingHash.HashFunctionReturns 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.