Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimeDouble
-
-
Uses of RuntimeDouble in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as RuntimeDouble Modifier and Type Field Description private RuntimeDouble
Cluster.LeastRequestLbConfig. activeRequestBias_
private RuntimeDouble
Cluster.LeastRequestLbConfig.Builder. activeRequestBias_
private RuntimeDouble
Cluster.SlowStartConfig. aggression_
private RuntimeDouble
Cluster.SlowStartConfig.Builder. aggression_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type RuntimeDouble Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
Cluster.LeastRequestLbConfig.Builder. activeRequestBiasBuilder_
private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
Cluster.SlowStartConfig.Builder. aggressionBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return RuntimeDouble Modifier and Type Method Description RuntimeDouble
Cluster.LeastRequestLbConfig.Builder. getActiveRequestBias()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDouble
Cluster.LeastRequestLbConfig. getActiveRequestBias()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDouble
Cluster.LeastRequestLbConfigOrBuilder. getActiveRequestBias()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDouble
Cluster.SlowStartConfig.Builder. getAggression()
This parameter controls the speed of traffic increase over the slow start window.RuntimeDouble
Cluster.SlowStartConfig. getAggression()
This parameter controls the speed of traffic increase over the slow start window.RuntimeDouble
Cluster.SlowStartConfigOrBuilder. getAggression()
This parameter controls the speed of traffic increase over the slow start window.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type RuntimeDouble Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
Cluster.LeastRequestLbConfig.Builder. getActiveRequestBiasFieldBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
Cluster.SlowStartConfig.Builder. getAggressionFieldBuilder()
This parameter controls the speed of traffic increase over the slow start window.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type RuntimeDouble Modifier and Type Method Description Cluster.LeastRequestLbConfig.Builder
Cluster.LeastRequestLbConfig.Builder. mergeActiveRequestBias(RuntimeDouble value)
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.Cluster.SlowStartConfig.Builder
Cluster.SlowStartConfig.Builder. mergeAggression(RuntimeDouble value)
This parameter controls the speed of traffic increase over the slow start window.Cluster.LeastRequestLbConfig.Builder
Cluster.LeastRequestLbConfig.Builder. setActiveRequestBias(RuntimeDouble value)
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.Cluster.SlowStartConfig.Builder
Cluster.SlowStartConfig.Builder. setAggression(RuntimeDouble value)
This parameter controls the speed of traffic increase over the slow start window. -
Uses of RuntimeDouble in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as RuntimeDouble Modifier and Type Field Description private static RuntimeDouble
RuntimeDouble. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type RuntimeDouble Modifier and Type Field Description private static com.google.protobuf.Parser<RuntimeDouble>
RuntimeDouble. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimeDouble Modifier and Type Method Description RuntimeDouble
RuntimeDouble.Builder. build()
RuntimeDouble
RuntimeDouble.Builder. buildPartial()
static RuntimeDouble
RuntimeDouble. getDefaultInstance()
RuntimeDouble
RuntimeDouble.Builder. getDefaultInstanceForType()
RuntimeDouble
RuntimeDouble. getDefaultInstanceForType()
static RuntimeDouble
RuntimeDouble. parseDelimitedFrom(java.io.InputStream input)
static RuntimeDouble
RuntimeDouble. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeDouble
RuntimeDouble. parseFrom(byte[] data)
static RuntimeDouble
RuntimeDouble. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeDouble
RuntimeDouble. parseFrom(com.google.protobuf.ByteString data)
static RuntimeDouble
RuntimeDouble. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeDouble
RuntimeDouble. parseFrom(com.google.protobuf.CodedInputStream input)
static RuntimeDouble
RuntimeDouble. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeDouble
RuntimeDouble. parseFrom(java.io.InputStream input)
static RuntimeDouble
RuntimeDouble. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeDouble
RuntimeDouble. parseFrom(java.nio.ByteBuffer data)
static RuntimeDouble
RuntimeDouble. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RuntimeDouble Modifier and Type Method Description com.google.protobuf.Parser<RuntimeDouble>
RuntimeDouble. getParserForType()
static com.google.protobuf.Parser<RuntimeDouble>
RuntimeDouble. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type RuntimeDouble Modifier and Type Method Description private void
RuntimeDouble.Builder. buildPartial0(RuntimeDouble result)
RuntimeDouble.Builder
RuntimeDouble.Builder. mergeFrom(RuntimeDouble other)
static RuntimeDouble.Builder
RuntimeDouble. newBuilder(RuntimeDouble prototype)
-
Uses of RuntimeDouble in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 declared as RuntimeDouble Modifier and Type Field Description private RuntimeDouble
SlowStartConfig. aggression_
private RuntimeDouble
SlowStartConfig.Builder. aggression_
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 with type parameters of type RuntimeDouble Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
SlowStartConfig.Builder. aggressionBuilder_
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return RuntimeDouble Modifier and Type Method Description RuntimeDouble
SlowStartConfig.Builder. getAggression()
This parameter controls the speed of traffic increase over the slow start window.RuntimeDouble
SlowStartConfig. getAggression()
This parameter controls the speed of traffic increase over the slow start window.RuntimeDouble
SlowStartConfigOrBuilder. getAggression()
This parameter controls the speed of traffic increase over the slow start window.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return types with arguments of type RuntimeDouble Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
SlowStartConfig.Builder. getAggressionFieldBuilder()
This parameter controls the speed of traffic increase over the slow start window.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 with parameters of type RuntimeDouble Modifier and Type Method Description SlowStartConfig.Builder
SlowStartConfig.Builder. mergeAggression(RuntimeDouble value)
This parameter controls the speed of traffic increase over the slow start window.SlowStartConfig.Builder
SlowStartConfig.Builder. setAggression(RuntimeDouble value)
This parameter controls the speed of traffic increase over the slow start window. -
Uses of RuntimeDouble in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 declared as RuntimeDouble Modifier and Type Field Description private RuntimeDouble
LeastRequest. activeRequestBias_
private RuntimeDouble
LeastRequest.Builder. activeRequestBias_
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with type parameters of type RuntimeDouble Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
LeastRequest.Builder. activeRequestBiasBuilder_
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return RuntimeDouble Modifier and Type Method Description RuntimeDouble
LeastRequest.Builder. getActiveRequestBias()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDouble
LeastRequest. getActiveRequestBias()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.RuntimeDouble
LeastRequestOrBuilder. getActiveRequestBias()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 that return types with arguments of type RuntimeDouble Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RuntimeDouble,RuntimeDouble.Builder,RuntimeDoubleOrBuilder>
LeastRequest.Builder. getActiveRequestBiasFieldBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.least_request.v3 with parameters of type RuntimeDouble Modifier and Type Method Description LeastRequest.Builder
LeastRequest.Builder. mergeActiveRequestBias(RuntimeDouble value)
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.LeastRequest.Builder
LeastRequest.Builder. setActiveRequestBias(RuntimeDouble value)
The following formula is used to calculate the dynamic weights when hosts have different load balancing weights: ``weight = load_balancing_weight / (active_requests + 1)^active_request_bias`` The larger the active request bias is, the more aggressively active requests will lower the effective weight when all host weights are not equal.
-