Interface AdaptiveConcurrencyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdaptiveConcurrency,AdaptiveConcurrency.Builder
public interface AdaptiveConcurrencyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptiveConcurrency.ConcurrencyControllerConfigCasegetConcurrencyControllerConfigCase()RuntimeFeatureFlaggetEnabled()If set to false, the adaptive concurrency filter will operate as a pass-through filter.RuntimeFeatureFlagOrBuildergetEnabledOrBuilder()If set to false, the adaptive concurrency filter will operate as a pass-through filter.GradientControllerConfiggetGradientControllerConfig()Gradient concurrency control will be used.GradientControllerConfigOrBuildergetGradientControllerConfigOrBuilder()Gradient concurrency control will be used.booleanhasEnabled()If set to false, the adaptive concurrency filter will operate as a pass-through filter.booleanhasGradientControllerConfig()Gradient concurrency control will be used.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGradientControllerConfig
boolean hasGradientControllerConfig()
Gradient concurrency control will be used.
.envoy.config.filter.http.adaptive_concurrency.v2alpha.GradientControllerConfig gradient_controller_config = 1 [(.validate.rules) = { ... }- Returns:
- Whether the gradientControllerConfig field is set.
-
getGradientControllerConfig
GradientControllerConfig getGradientControllerConfig()
Gradient concurrency control will be used.
.envoy.config.filter.http.adaptive_concurrency.v2alpha.GradientControllerConfig gradient_controller_config = 1 [(.validate.rules) = { ... }- Returns:
- The gradientControllerConfig.
-
getGradientControllerConfigOrBuilder
GradientControllerConfigOrBuilder getGradientControllerConfigOrBuilder()
Gradient concurrency control will be used.
.envoy.config.filter.http.adaptive_concurrency.v2alpha.GradientControllerConfig gradient_controller_config = 1 [(.validate.rules) = { ... }
-
hasEnabled
boolean hasEnabled()
If set to false, the adaptive concurrency filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
.envoy.api.v2.core.RuntimeFeatureFlag enabled = 2;- Returns:
- Whether the enabled field is set.
-
getEnabled
RuntimeFeatureFlag getEnabled()
If set to false, the adaptive concurrency filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
.envoy.api.v2.core.RuntimeFeatureFlag enabled = 2;- Returns:
- The enabled.
-
getEnabledOrBuilder
RuntimeFeatureFlagOrBuilder getEnabledOrBuilder()
If set to false, the adaptive concurrency filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
.envoy.api.v2.core.RuntimeFeatureFlag enabled = 2;
-
getConcurrencyControllerConfigCase
AdaptiveConcurrency.ConcurrencyControllerConfigCase getConcurrencyControllerConfigCase()
-
-