Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.RoundRobinLbConfig
-
Packages that use Cluster.RoundRobinLbConfig Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.RoundRobinLbConfig in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.RoundRobinLbConfig Modifier and Type Field Description private static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.RoundRobinLbConfig Modifier and Type Field Description private static com.google.protobuf.Parser<Cluster.RoundRobinLbConfig>
Cluster.RoundRobinLbConfig. PARSER
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.RoundRobinLbConfig Modifier and Type Method Description Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig.Builder. build()
Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig.Builder. buildPartial()
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. getDefaultInstance()
Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig.Builder. getDefaultInstanceForType()
Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. getDefaultInstanceForType()
Cluster.RoundRobinLbConfig
Cluster.Builder. getRoundRobinLbConfig()
Optional configuration for the RoundRobin load balancing policy.Cluster.RoundRobinLbConfig
Cluster. getRoundRobinLbConfig()
Optional configuration for the RoundRobin load balancing policy.Cluster.RoundRobinLbConfig
ClusterOrBuilder. getRoundRobinLbConfig()
Optional configuration for the RoundRobin load balancing policy.static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseDelimitedFrom(java.io.InputStream input)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(byte[] data)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(com.google.protobuf.ByteString data)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(java.io.InputStream input)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(java.nio.ByteBuffer data)
static Cluster.RoundRobinLbConfig
Cluster.RoundRobinLbConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.RoundRobinLbConfig Modifier and Type Method Description com.google.protobuf.Parser<Cluster.RoundRobinLbConfig>
Cluster.RoundRobinLbConfig. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Cluster.RoundRobinLbConfig,Cluster.RoundRobinLbConfig.Builder,Cluster.RoundRobinLbConfigOrBuilder>
Cluster.Builder. getRoundRobinLbConfigFieldBuilder()
Optional configuration for the RoundRobin load balancing policy.static com.google.protobuf.Parser<Cluster.RoundRobinLbConfig>
Cluster.RoundRobinLbConfig. parser()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.RoundRobinLbConfig Modifier and Type Method Description private void
Cluster.RoundRobinLbConfig.Builder. buildPartial0(Cluster.RoundRobinLbConfig result)
Cluster.RoundRobinLbConfig.Builder
Cluster.RoundRobinLbConfig.Builder. mergeFrom(Cluster.RoundRobinLbConfig other)
Cluster.Builder
Cluster.Builder. mergeRoundRobinLbConfig(Cluster.RoundRobinLbConfig value)
Optional configuration for the RoundRobin load balancing policy.static Cluster.RoundRobinLbConfig.Builder
Cluster.RoundRobinLbConfig. newBuilder(Cluster.RoundRobinLbConfig prototype)
Cluster.Builder
Cluster.Builder. setRoundRobinLbConfig(Cluster.RoundRobinLbConfig value)
Optional configuration for the RoundRobin load balancing policy.
-