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. VALUES
Fields 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. internalValueMap
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.RingHashLbConfig.HashFunction Modifier and Type Method Description static Cluster.RingHashLbConfig.HashFunction
Cluster.RingHashLbConfig.HashFunction. forNumber(int value)
Cluster.RingHashLbConfig.HashFunction
Cluster.RingHashLbConfig.Builder. getHashFunction()
The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.HashFunction
Cluster.RingHashLbConfig. getHashFunction()
The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.HashFunction
Cluster.RingHashLbConfigOrBuilder. getHashFunction()
The hash function used to hash hosts onto the ketama ring.static Cluster.RingHashLbConfig.HashFunction
Cluster.RingHashLbConfig.HashFunction. valueOf(int value)
Deprecated.static Cluster.RingHashLbConfig.HashFunction
Cluster.RingHashLbConfig.HashFunction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Cluster.RingHashLbConfig.HashFunction
Cluster.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.Builder
Cluster.RingHashLbConfig.Builder. setHashFunction(Cluster.RingHashLbConfig.HashFunction value)
The hash function used to hash hosts onto the ketama ring.
-