Uses of Class
io.envoyproxy.envoy.api.v2.Cluster.RingHashLbConfig.Builder
Packages that use Cluster.RingHashLbConfig.Builder
-
Uses of Cluster.RingHashLbConfig.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Cluster.RingHashLbConfig.BuilderModifier and TypeMethodDescriptionCluster.RingHashLbConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Cluster.RingHashLbConfig.Builder.clear()Cluster.RingHashLbConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.RingHashLbConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Cluster.RingHashLbConfig.Builder.clone()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.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Cluster.RingHashLbConfig.newBuilder()Cluster.RingHashLbConfig.newBuilder(Cluster.RingHashLbConfig prototype) Cluster.RingHashLbConfig.newBuilderForType()protected Cluster.RingHashLbConfig.BuilderCluster.RingHashLbConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Cluster.RingHashLbConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Cluster.RingHashLbConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Cluster.RingHashLbConfig.toBuilder()Methods in io.envoyproxy.envoy.api.v2 with parameters of type Cluster.RingHashLbConfig.BuilderModifier and TypeMethodDescriptionCluster.Builder.setRingHashLbConfig(Cluster.RingHashLbConfig.Builder builderForValue) Optional configuration for the Ring Hash load balancing policy.