Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.RingHashLbConfig.HashFunction
-
Packages that use Cluster.RingHashLbConfig.HashFunction Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.RingHashLbConfig.HashFunction in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.RingHashLbConfig.HashFunction Modifier and Type Field Description private static Cluster.RingHashLbConfig.HashFunction[]Cluster.RingHashLbConfig.HashFunction. VALUESFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.RingHashLbConfig.HashFunction Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Cluster.RingHashLbConfig.HashFunction>Cluster.RingHashLbConfig.HashFunction. internalValueMapMethods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.RingHashLbConfig.HashFunction Modifier and Type Method Description static Cluster.RingHashLbConfig.HashFunctionCluster.RingHashLbConfig.HashFunction. forNumber(int value)Cluster.RingHashLbConfig.HashFunctionCluster.RingHashLbConfig.Builder. getHashFunction()The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.HashFunctionCluster.RingHashLbConfig. getHashFunction()The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.HashFunctionCluster.RingHashLbConfigOrBuilder. getHashFunction()The hash function used to hash hosts onto the ketama ring.static Cluster.RingHashLbConfig.HashFunctionCluster.RingHashLbConfig.HashFunction. valueOf(int value)Deprecated.static Cluster.RingHashLbConfig.HashFunctionCluster.RingHashLbConfig.HashFunction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Cluster.RingHashLbConfig.HashFunctionCluster.RingHashLbConfig.HashFunction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Cluster.RingHashLbConfig.HashFunction[]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.HashFunction Modifier and Type Method Description static 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.HashFunction Modifier and Type Method Description Cluster.RingHashLbConfig.BuilderCluster.RingHashLbConfig.Builder. setHashFunction(Cluster.RingHashLbConfig.HashFunction value)The hash function used to hash hosts onto the ketama ring.
-