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
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 declared as RingHash.HashFunction Modifier and Type Field Description private static RingHash.HashFunction[]
RingHash.HashFunction. VALUES
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 with type parameters of type RingHash.HashFunction Modifier and Type Field Description private static 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.HashFunction Modifier and Type Method Description static RingHash.HashFunction
RingHash.HashFunction. forNumber(int value)
RingHash.HashFunction
RingHash.Builder. getHashFunction()
The hash function used to hash hosts onto the ketama ring.RingHash.HashFunction
RingHash. getHashFunction()
The hash function used to hash hosts onto the ketama ring.RingHash.HashFunction
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
RingHash.HashFunction. valueOf(java.lang.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.Builder
RingHash.Builder. setHashFunction(RingHash.HashFunction value)
The hash function used to hash hosts onto the ketama ring.
-