Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.RingHashLbConfig.Builder
Packages that use Cluster.RingHashLbConfig.Builder
-
Uses of Cluster.RingHashLbConfig.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.RingHashLbConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Cluster.RingHashLbConfig, Cluster.RingHashLbConfig.Builder, Cluster.RingHashLbConfigOrBuilder> Cluster.Builder.ringHashLbConfigBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.RingHashLbConfig.BuilderModifier and TypeMethodDescriptionCluster.RingHashLbConfig.Builder.clear()
Cluster.RingHashLbConfig.Builder.clearHashFunction()
The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.Builder.clearMaximumRingSize()
Maximum hash ring size.Cluster.RingHashLbConfig.Builder.clearMinimumRingSize()
Minimum hash ring size.Cluster.Builder.getRingHashLbConfigBuilder()
Optional configuration for the Ring Hash load balancing policy.Cluster.RingHashLbConfig.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.RingHashLbConfig.Builder.mergeFrom
(com.google.protobuf.Message other) Cluster.RingHashLbConfig.Builder.mergeFrom
(Cluster.RingHashLbConfig other) Cluster.RingHashLbConfig.Builder.mergeMaximumRingSize
(com.google.protobuf.UInt64Value value) Maximum hash ring size.Cluster.RingHashLbConfig.Builder.mergeMinimumRingSize
(com.google.protobuf.UInt64Value value) Minimum hash ring size.Cluster.RingHashLbConfig.newBuilder()
Cluster.RingHashLbConfig.newBuilder
(Cluster.RingHashLbConfig prototype) Cluster.RingHashLbConfig.newBuilderForType()
protected Cluster.RingHashLbConfig.Builder
Cluster.RingHashLbConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Cluster.RingHashLbConfig.Builder.setHashFunction
(Cluster.RingHashLbConfig.HashFunction value) The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.Builder.setHashFunctionValue
(int value) The hash function used to hash hosts onto the ketama ring.Cluster.RingHashLbConfig.Builder.setMaximumRingSize
(com.google.protobuf.UInt64Value value) Maximum hash ring size.Cluster.RingHashLbConfig.Builder.setMaximumRingSize
(com.google.protobuf.UInt64Value.Builder builderForValue) Maximum hash ring size.Cluster.RingHashLbConfig.Builder.setMinimumRingSize
(com.google.protobuf.UInt64Value value) Minimum hash ring size.Cluster.RingHashLbConfig.Builder.setMinimumRingSize
(com.google.protobuf.UInt64Value.Builder builderForValue) Minimum hash ring size.Cluster.RingHashLbConfig.toBuilder()
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.RingHashLbConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Cluster.RingHashLbConfig, Cluster.RingHashLbConfig.Builder, Cluster.RingHashLbConfigOrBuilder> Cluster.Builder.getRingHashLbConfigFieldBuilder()
Optional configuration for the Ring Hash load balancing policy.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.RingHashLbConfig.BuilderModifier and TypeMethodDescriptionCluster.Builder.setRingHashLbConfig
(Cluster.RingHashLbConfig.Builder builderForValue) Optional configuration for the Ring Hash load balancing policy.