Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3.RingHash.HashFunction
-
Packages that use RingHash.HashFunction Package Description io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 -
-
Uses of RingHash.HashFunction in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 that return RingHash.HashFunction Modifier and Type Method Description static RingHash.HashFunctionRingHash.HashFunction. forNumber(int value)RingHash.HashFunctionRingHash.Builder. getHashFunction()The hash function used to hash hosts onto the ketama ring.RingHash.HashFunctionRingHash. getHashFunction()The hash function used to hash hosts onto the ketama ring.RingHash.HashFunctionRingHashOrBuilder. 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.HashFunctionRingHash.HashFunction. valueOf(String name)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.HashFunction Modifier and Type Method Description static 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.HashFunction Modifier and Type Method Description RingHash.BuilderRingHash.Builder. setHashFunction(RingHash.HashFunction value)The hash function used to hash hosts onto the ketama ring.
-