Uses of Enum
io.envoyproxy.envoy.config.cluster.v3.Cluster.RingHashLbConfig.HashFunction
Packages that use Cluster.RingHashLbConfig.HashFunction
-
Uses of Cluster.RingHashLbConfig.HashFunction in io.envoyproxy.envoy.config.cluster.v3
Subclasses with type arguments of type Cluster.RingHashLbConfig.HashFunction in io.envoyproxy.envoy.config.cluster.v3Modifier and TypeClassDescriptionstatic enumThe hash function used to hash hosts onto the ketama ring.Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.RingHashLbConfig.HashFunctionModifier and TypeFieldDescriptionprivate static final Cluster.RingHashLbConfig.HashFunction[]Cluster.RingHashLbConfig.HashFunction.VALUESFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.RingHashLbConfig.HashFunctionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<Cluster.RingHashLbConfig.HashFunction> Cluster.RingHashLbConfig.HashFunction.internalValueMapMethods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.RingHashLbConfig.HashFunctionModifier and TypeMethodDescriptionCluster.RingHashLbConfig.HashFunction.forNumber(int value) Cluster.RingHashLbConfig.Builder.getHashFunction()The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.getHashFunction()The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfigOrBuilder.getHashFunction()The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.HashFunction.valueOf(int value) Deprecated.Cluster.RingHashLbConfig.HashFunction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.Cluster.RingHashLbConfig.HashFunction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.RingHashLbConfig.HashFunctionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Cluster.RingHashLbConfig.HashFunction> Cluster.RingHashLbConfig.HashFunction.internalGetValueMap()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.RingHashLbConfig.HashFunctionModifier and TypeMethodDescriptionCluster.RingHashLbConfig.Builder.setHashFunction(Cluster.RingHashLbConfig.HashFunction value) The hash function used to hash hosts onto the ketama ring.