Uses of Interface
io.envoyproxy.envoy.config.cluster.v3.Cluster.RoundRobinLbConfigOrBuilder
-
Packages that use Cluster.RoundRobinLbConfigOrBuilder Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.RoundRobinLbConfigOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Classes in io.envoyproxy.envoy.config.cluster.v3 that implement Cluster.RoundRobinLbConfigOrBuilder Modifier and Type Class Description static class
Cluster.RoundRobinLbConfig
Specific configuration for the RoundRobin load balancing policy.static class
Cluster.RoundRobinLbConfig.Builder
Specific configuration for the RoundRobin load balancing policy.Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.RoundRobinLbConfigOrBuilder Modifier and Type Field Description private 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.RoundRobinLbConfigOrBuilder Modifier and Type Method Description Cluster.RoundRobinLbConfigOrBuilder
Cluster.Builder. getRoundRobinLbConfigOrBuilder()
Optional configuration for the RoundRobin load balancing policy.Cluster.RoundRobinLbConfigOrBuilder
Cluster. getRoundRobinLbConfigOrBuilder()
Optional configuration for the RoundRobin load balancing policy.Cluster.RoundRobinLbConfigOrBuilder
ClusterOrBuilder. getRoundRobinLbConfigOrBuilder()
Optional configuration for the RoundRobin load balancing policy.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.RoundRobinLbConfigOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Cluster.RoundRobinLbConfig,Cluster.RoundRobinLbConfig.Builder,Cluster.RoundRobinLbConfigOrBuilder>
Cluster.Builder. getRoundRobinLbConfigFieldBuilder()
Optional configuration for the RoundRobin load balancing policy.
-