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