Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.RoundRobinLbConfig.Builder
Packages that use Cluster.RoundRobinLbConfig.Builder
-
Uses of Cluster.RoundRobinLbConfig.Builder in io.envoyproxy.envoy.config.cluster.v3
Subclasses with type arguments of type Cluster.RoundRobinLbConfig.Builder in io.envoyproxy.envoy.config.cluster.v3Modifier and TypeClassDescriptionstatic final classSpecific configuration for the RoundRobin load balancing policy.Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.RoundRobinLbConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Cluster.RoundRobinLbConfig, Cluster.RoundRobinLbConfig.Builder, Cluster.RoundRobinLbConfigOrBuilder> Cluster.Builder.roundRobinLbConfigBuilder_Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.RoundRobinLbConfig.BuilderModifier and TypeMethodDescriptionCluster.RoundRobinLbConfig.Builder.clear()Cluster.RoundRobinLbConfig.Builder.clearSlowStartConfig()Configuration for slow start mode.Cluster.Builder.getRoundRobinLbConfigBuilder()Optional configuration for the RoundRobin load balancing policy.Cluster.RoundRobinLbConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.RoundRobinLbConfig.Builder.mergeFrom(com.google.protobuf.Message other) Cluster.RoundRobinLbConfig.Builder.mergeFrom(Cluster.RoundRobinLbConfig other) Cluster.RoundRobinLbConfig.Builder.mergeSlowStartConfig(Cluster.SlowStartConfig value) Configuration for slow start mode.Cluster.RoundRobinLbConfig.newBuilder()Cluster.RoundRobinLbConfig.newBuilder(Cluster.RoundRobinLbConfig prototype) Cluster.RoundRobinLbConfig.newBuilderForType()protected Cluster.RoundRobinLbConfig.BuilderCluster.RoundRobinLbConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Cluster.RoundRobinLbConfig.Builder.setSlowStartConfig(Cluster.SlowStartConfig value) Configuration for slow start mode.Cluster.RoundRobinLbConfig.Builder.setSlowStartConfig(Cluster.SlowStartConfig.Builder builderForValue) Configuration for slow start mode.Cluster.RoundRobinLbConfig.toBuilder()Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.RoundRobinLbConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Cluster.RoundRobinLbConfig, Cluster.RoundRobinLbConfig.Builder, Cluster.RoundRobinLbConfigOrBuilder> Cluster.Builder.internalGetRoundRobinLbConfigFieldBuilder()Optional configuration for the RoundRobin load balancing policy.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.RoundRobinLbConfig.BuilderModifier and TypeMethodDescriptionCluster.Builder.setRoundRobinLbConfig(Cluster.RoundRobinLbConfig.Builder builderForValue) Optional configuration for the RoundRobin load balancing policy.