Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.RoundRobinLbConfig
Packages that use Cluster.RoundRobinLbConfig
-
Uses of Cluster.RoundRobinLbConfig in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.RoundRobinLbConfigModifier and TypeMethodDescriptionCluster.RoundRobinLbConfig.Builder.build()Cluster.RoundRobinLbConfig.Builder.buildPartial()static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.getDefaultInstance()Cluster.RoundRobinLbConfig.Builder.getDefaultInstanceForType()Cluster.RoundRobinLbConfig.getDefaultInstanceForType()Cluster.Builder.getRoundRobinLbConfig()Optional configuration for the RoundRobin load balancing policy.Cluster.getRoundRobinLbConfig()Optional configuration for the RoundRobin load balancing policy.ClusterOrBuilder.getRoundRobinLbConfig()Optional configuration for the RoundRobin load balancing policy.static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseDelimitedFrom(InputStream input) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(byte[] data) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(com.google.protobuf.ByteString data) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(com.google.protobuf.CodedInputStream input) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(InputStream input) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(ByteBuffer data) static Cluster.RoundRobinLbConfigCluster.RoundRobinLbConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.RoundRobinLbConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Cluster.RoundRobinLbConfig> Cluster.RoundRobinLbConfig.getParserForType()static com.google.protobuf.Parser<Cluster.RoundRobinLbConfig> Cluster.RoundRobinLbConfig.parser()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.RoundRobinLbConfigModifier and TypeMethodDescriptionCluster.RoundRobinLbConfig.Builder.mergeFrom(Cluster.RoundRobinLbConfig other) Cluster.Builder.mergeRoundRobinLbConfig(Cluster.RoundRobinLbConfig value) Optional configuration for the RoundRobin load balancing policy.Cluster.RoundRobinLbConfig.newBuilder(Cluster.RoundRobinLbConfig prototype) Cluster.Builder.setRoundRobinLbConfig(Cluster.RoundRobinLbConfig value) Optional configuration for the RoundRobin load balancing policy.