Class ClientSideWeightedRoundRobin.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<ClientSideWeightedRoundRobin.Builder>
-
- io.envoyproxy.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3.ClientSideWeightedRoundRobin.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ClientSideWeightedRoundRobinOrBuilder,java.lang.Cloneable
- Enclosing class:
- ClientSideWeightedRoundRobin
public static final class ClientSideWeightedRoundRobin.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClientSideWeightedRoundRobin.Builder> implements ClientSideWeightedRoundRobinOrBuilder
Configuration for the client_side_weighted_round_robin LB policy. This policy differs from the built-in ROUND_ROBIN policy in terms of how the endpoint weights are determined. In the ROUND_ROBIN policy, the endpoint weights are sent by the control plane via EDS. However, in this policy, the endpoint weights are instead determined via qps (queries per second), eps (errors per second), and utilization metrics sent by the endpoint using the Open Request Cost Aggregation (ORCA) protocol. Utilization is determined by using the ORCA application_utilization field, if set, or else falling back to the cpu_utilization field. All queries count toward qps, regardless of result. Only failed queries count toward eps. A config parameter error_utilization_penalty controls the penalty to adjust endpoint weights using eps and qps. The weight of a given endpoint is computed as: qps / (utilization + eps/qps * error_utilization_penalty) See the :ref:`load balancing architecture overview<arch_overview_load_balancing_types>` for more information. [#next-free-field: 7]
Protobuf typeenvoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3.ClientSideWeightedRoundRobin
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_private com.google.protobuf.DurationblackoutPeriod_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder>blackoutPeriodBuilder_private com.google.protobuf.BoolValueenableOobLoadReport_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>enableOobLoadReportBuilder_private com.google.protobuf.FloatValueerrorUtilizationPenalty_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.FloatValue,com.google.protobuf.FloatValue.Builder,com.google.protobuf.FloatValueOrBuilder>errorUtilizationPenaltyBuilder_private com.google.protobuf.DurationoobReportingPeriod_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder>oobReportingPeriodBuilder_private com.google.protobuf.DurationweightExpirationPeriod_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder>weightExpirationPeriodBuilder_private com.google.protobuf.DurationweightUpdatePeriod_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder>weightUpdatePeriodBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientSideWeightedRoundRobinbuild()ClientSideWeightedRoundRobinbuildPartial()private voidbuildPartial0(ClientSideWeightedRoundRobin result)ClientSideWeightedRoundRobin.Builderclear()ClientSideWeightedRoundRobin.BuilderclearBlackoutPeriod()A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.ClientSideWeightedRoundRobin.BuilderclearEnableOobLoadReport()Whether to enable out-of-band utilization reporting collection from the endpoints.ClientSideWeightedRoundRobin.BuilderclearErrorUtilizationPenalty()The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.ClientSideWeightedRoundRobin.BuilderclearOobReportingPeriod()Load reporting interval to request from the server.ClientSideWeightedRoundRobin.BuilderclearWeightExpirationPeriod()If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.ClientSideWeightedRoundRobin.BuilderclearWeightUpdatePeriod()How often endpoint weights are recalculated.com.google.protobuf.DurationgetBlackoutPeriod()A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.com.google.protobuf.Duration.BuildergetBlackoutPeriodBuilder()A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder>getBlackoutPeriodFieldBuilder()A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.com.google.protobuf.DurationOrBuildergetBlackoutPeriodOrBuilder()A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.ClientSideWeightedRoundRobingetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.BoolValuegetEnableOobLoadReport()Whether to enable out-of-band utilization reporting collection from the endpoints.com.google.protobuf.BoolValue.BuildergetEnableOobLoadReportBuilder()Whether to enable out-of-band utilization reporting collection from the endpoints.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>getEnableOobLoadReportFieldBuilder()Whether to enable out-of-band utilization reporting collection from the endpoints.com.google.protobuf.BoolValueOrBuildergetEnableOobLoadReportOrBuilder()Whether to enable out-of-band utilization reporting collection from the endpoints.com.google.protobuf.FloatValuegetErrorUtilizationPenalty()The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.com.google.protobuf.FloatValue.BuildergetErrorUtilizationPenaltyBuilder()The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.FloatValue,com.google.protobuf.FloatValue.Builder,com.google.protobuf.FloatValueOrBuilder>getErrorUtilizationPenaltyFieldBuilder()The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.com.google.protobuf.FloatValueOrBuildergetErrorUtilizationPenaltyOrBuilder()The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.com.google.protobuf.DurationgetOobReportingPeriod()Load reporting interval to request from the server.com.google.protobuf.Duration.BuildergetOobReportingPeriodBuilder()Load reporting interval to request from the server.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder>getOobReportingPeriodFieldBuilder()Load reporting interval to request from the server.com.google.protobuf.DurationOrBuildergetOobReportingPeriodOrBuilder()Load reporting interval to request from the server.com.google.protobuf.DurationgetWeightExpirationPeriod()If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.com.google.protobuf.Duration.BuildergetWeightExpirationPeriodBuilder()If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder>getWeightExpirationPeriodFieldBuilder()If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.com.google.protobuf.DurationOrBuildergetWeightExpirationPeriodOrBuilder()If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.com.google.protobuf.DurationgetWeightUpdatePeriod()How often endpoint weights are recalculated.com.google.protobuf.Duration.BuildergetWeightUpdatePeriodBuilder()How often endpoint weights are recalculated.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder>getWeightUpdatePeriodFieldBuilder()How often endpoint weights are recalculated.com.google.protobuf.DurationOrBuildergetWeightUpdatePeriodOrBuilder()How often endpoint weights are recalculated.booleanhasBlackoutPeriod()A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.booleanhasEnableOobLoadReport()Whether to enable out-of-band utilization reporting collection from the endpoints.booleanhasErrorUtilizationPenalty()The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.booleanhasOobReportingPeriod()Load reporting interval to request from the server.booleanhasWeightExpirationPeriod()If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.booleanhasWeightUpdatePeriod()How often endpoint weights are recalculated.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()private voidmaybeForceBuilderInitialization()ClientSideWeightedRoundRobin.BuildermergeBlackoutPeriod(com.google.protobuf.Duration value)A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.ClientSideWeightedRoundRobin.BuildermergeEnableOobLoadReport(com.google.protobuf.BoolValue value)Whether to enable out-of-band utilization reporting collection from the endpoints.ClientSideWeightedRoundRobin.BuildermergeErrorUtilizationPenalty(com.google.protobuf.FloatValue value)The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.ClientSideWeightedRoundRobin.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ClientSideWeightedRoundRobin.BuildermergeFrom(com.google.protobuf.Message other)ClientSideWeightedRoundRobin.BuildermergeFrom(ClientSideWeightedRoundRobin other)ClientSideWeightedRoundRobin.BuildermergeOobReportingPeriod(com.google.protobuf.Duration value)Load reporting interval to request from the server.ClientSideWeightedRoundRobin.BuildermergeWeightExpirationPeriod(com.google.protobuf.Duration value)If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.ClientSideWeightedRoundRobin.BuildermergeWeightUpdatePeriod(com.google.protobuf.Duration value)How often endpoint weights are recalculated.ClientSideWeightedRoundRobin.BuildersetBlackoutPeriod(com.google.protobuf.Duration value)A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.ClientSideWeightedRoundRobin.BuildersetBlackoutPeriod(com.google.protobuf.Duration.Builder builderForValue)A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used.ClientSideWeightedRoundRobin.BuildersetEnableOobLoadReport(com.google.protobuf.BoolValue value)Whether to enable out-of-band utilization reporting collection from the endpoints.ClientSideWeightedRoundRobin.BuildersetEnableOobLoadReport(com.google.protobuf.BoolValue.Builder builderForValue)Whether to enable out-of-band utilization reporting collection from the endpoints.ClientSideWeightedRoundRobin.BuildersetErrorUtilizationPenalty(com.google.protobuf.FloatValue value)The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.ClientSideWeightedRoundRobin.BuildersetErrorUtilizationPenalty(com.google.protobuf.FloatValue.Builder builderForValue)The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps.ClientSideWeightedRoundRobin.BuildersetOobReportingPeriod(com.google.protobuf.Duration value)Load reporting interval to request from the server.ClientSideWeightedRoundRobin.BuildersetOobReportingPeriod(com.google.protobuf.Duration.Builder builderForValue)Load reporting interval to request from the server.ClientSideWeightedRoundRobin.BuildersetWeightExpirationPeriod(com.google.protobuf.Duration value)If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.ClientSideWeightedRoundRobin.BuildersetWeightExpirationPeriod(com.google.protobuf.Duration.Builder builderForValue)If a given endpoint has not reported load metrics in this long, then we stop using the reported weight.ClientSideWeightedRoundRobin.BuildersetWeightUpdatePeriod(com.google.protobuf.Duration value)How often endpoint weights are recalculated.ClientSideWeightedRoundRobin.BuildersetWeightUpdatePeriod(com.google.protobuf.Duration.Builder builderForValue)How often endpoint weights are recalculated.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
enableOobLoadReport_
private com.google.protobuf.BoolValue enableOobLoadReport_
-
enableOobLoadReportBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder> enableOobLoadReportBuilder_
-
oobReportingPeriod_
private com.google.protobuf.Duration oobReportingPeriod_
-
oobReportingPeriodBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder> oobReportingPeriodBuilder_
-
blackoutPeriod_
private com.google.protobuf.Duration blackoutPeriod_
-
blackoutPeriodBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder> blackoutPeriodBuilder_
-
weightExpirationPeriod_
private com.google.protobuf.Duration weightExpirationPeriod_
-
weightExpirationPeriodBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder> weightExpirationPeriodBuilder_
-
weightUpdatePeriod_
private com.google.protobuf.Duration weightUpdatePeriod_
-
weightUpdatePeriodBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder> weightUpdatePeriodBuilder_
-
errorUtilizationPenalty_
private com.google.protobuf.FloatValue errorUtilizationPenalty_
-
errorUtilizationPenaltyBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.FloatValue,com.google.protobuf.FloatValue.Builder,com.google.protobuf.FloatValueOrBuilder> errorUtilizationPenaltyBuilder_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ClientSideWeightedRoundRobin.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public ClientSideWeightedRoundRobin.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ClientSideWeightedRoundRobin.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ClientSideWeightedRoundRobin.Builder>
-
getDefaultInstanceForType
public ClientSideWeightedRoundRobin getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ClientSideWeightedRoundRobin build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ClientSideWeightedRoundRobin buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
private void buildPartial0(ClientSideWeightedRoundRobin result)
-
mergeFrom
public ClientSideWeightedRoundRobin.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ClientSideWeightedRoundRobin.Builder>
-
mergeFrom
public ClientSideWeightedRoundRobin.Builder mergeFrom(ClientSideWeightedRoundRobin other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ClientSideWeightedRoundRobin.Builder>
-
mergeFrom
public ClientSideWeightedRoundRobin.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ClientSideWeightedRoundRobin.Builder>- Throws:
java.io.IOException
-
hasEnableOobLoadReport
public boolean hasEnableOobLoadReport()
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;- Specified by:
hasEnableOobLoadReportin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- Whether the enableOobLoadReport field is set.
-
getEnableOobLoadReport
public com.google.protobuf.BoolValue getEnableOobLoadReport()
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;- Specified by:
getEnableOobLoadReportin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- The enableOobLoadReport.
-
setEnableOobLoadReport
public ClientSideWeightedRoundRobin.Builder setEnableOobLoadReport(com.google.protobuf.BoolValue value)
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;
-
setEnableOobLoadReport
public ClientSideWeightedRoundRobin.Builder setEnableOobLoadReport(com.google.protobuf.BoolValue.Builder builderForValue)
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;
-
mergeEnableOobLoadReport
public ClientSideWeightedRoundRobin.Builder mergeEnableOobLoadReport(com.google.protobuf.BoolValue value)
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;
-
clearEnableOobLoadReport
public ClientSideWeightedRoundRobin.Builder clearEnableOobLoadReport()
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;
-
getEnableOobLoadReportBuilder
public com.google.protobuf.BoolValue.Builder getEnableOobLoadReportBuilder()
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;
-
getEnableOobLoadReportOrBuilder
public com.google.protobuf.BoolValueOrBuilder getEnableOobLoadReportOrBuilder()
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;- Specified by:
getEnableOobLoadReportOrBuilderin interfaceClientSideWeightedRoundRobinOrBuilder
-
getEnableOobLoadReportFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder> getEnableOobLoadReportFieldBuilder()
Whether to enable out-of-band utilization reporting collection from the endpoints. By default, per-request utilization reporting is used.
.google.protobuf.BoolValue enable_oob_load_report = 1;
-
hasOobReportingPeriod
public boolean hasOobReportingPeriod()
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;- Specified by:
hasOobReportingPeriodin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- Whether the oobReportingPeriod field is set.
-
getOobReportingPeriod
public com.google.protobuf.Duration getOobReportingPeriod()
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;- Specified by:
getOobReportingPeriodin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- The oobReportingPeriod.
-
setOobReportingPeriod
public ClientSideWeightedRoundRobin.Builder setOobReportingPeriod(com.google.protobuf.Duration value)
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;
-
setOobReportingPeriod
public ClientSideWeightedRoundRobin.Builder setOobReportingPeriod(com.google.protobuf.Duration.Builder builderForValue)
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;
-
mergeOobReportingPeriod
public ClientSideWeightedRoundRobin.Builder mergeOobReportingPeriod(com.google.protobuf.Duration value)
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;
-
clearOobReportingPeriod
public ClientSideWeightedRoundRobin.Builder clearOobReportingPeriod()
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;
-
getOobReportingPeriodBuilder
public com.google.protobuf.Duration.Builder getOobReportingPeriodBuilder()
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;
-
getOobReportingPeriodOrBuilder
public com.google.protobuf.DurationOrBuilder getOobReportingPeriodOrBuilder()
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;- Specified by:
getOobReportingPeriodOrBuilderin interfaceClientSideWeightedRoundRobinOrBuilder
-
getOobReportingPeriodFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder> getOobReportingPeriodFieldBuilder()
Load reporting interval to request from the server. Note that the server may not provide reports as frequently as the client requests. Used only when enable_oob_load_report is true. Default is 10 seconds.
.google.protobuf.Duration oob_reporting_period = 2;
-
hasBlackoutPeriod
public boolean hasBlackoutPeriod()
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;- Specified by:
hasBlackoutPeriodin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- Whether the blackoutPeriod field is set.
-
getBlackoutPeriod
public com.google.protobuf.Duration getBlackoutPeriod()
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;- Specified by:
getBlackoutPeriodin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- The blackoutPeriod.
-
setBlackoutPeriod
public ClientSideWeightedRoundRobin.Builder setBlackoutPeriod(com.google.protobuf.Duration value)
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;
-
setBlackoutPeriod
public ClientSideWeightedRoundRobin.Builder setBlackoutPeriod(com.google.protobuf.Duration.Builder builderForValue)
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;
-
mergeBlackoutPeriod
public ClientSideWeightedRoundRobin.Builder mergeBlackoutPeriod(com.google.protobuf.Duration value)
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;
-
clearBlackoutPeriod
public ClientSideWeightedRoundRobin.Builder clearBlackoutPeriod()
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;
-
getBlackoutPeriodBuilder
public com.google.protobuf.Duration.Builder getBlackoutPeriodBuilder()
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;
-
getBlackoutPeriodOrBuilder
public com.google.protobuf.DurationOrBuilder getBlackoutPeriodOrBuilder()
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;- Specified by:
getBlackoutPeriodOrBuilderin interfaceClientSideWeightedRoundRobinOrBuilder
-
getBlackoutPeriodFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder> getBlackoutPeriodFieldBuilder()
A given endpoint must report load metrics continuously for at least this long before the endpoint weight will be used. This avoids churn when the set of endpoint addresses changes. Takes effect both immediately after we establish a connection to an endpoint and after weight_expiration_period has caused us to stop using the most recent load metrics. Default is 10 seconds.
.google.protobuf.Duration blackout_period = 3;
-
hasWeightExpirationPeriod
public boolean hasWeightExpirationPeriod()
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;- Specified by:
hasWeightExpirationPeriodin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- Whether the weightExpirationPeriod field is set.
-
getWeightExpirationPeriod
public com.google.protobuf.Duration getWeightExpirationPeriod()
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;- Specified by:
getWeightExpirationPeriodin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- The weightExpirationPeriod.
-
setWeightExpirationPeriod
public ClientSideWeightedRoundRobin.Builder setWeightExpirationPeriod(com.google.protobuf.Duration value)
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;
-
setWeightExpirationPeriod
public ClientSideWeightedRoundRobin.Builder setWeightExpirationPeriod(com.google.protobuf.Duration.Builder builderForValue)
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;
-
mergeWeightExpirationPeriod
public ClientSideWeightedRoundRobin.Builder mergeWeightExpirationPeriod(com.google.protobuf.Duration value)
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;
-
clearWeightExpirationPeriod
public ClientSideWeightedRoundRobin.Builder clearWeightExpirationPeriod()
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;
-
getWeightExpirationPeriodBuilder
public com.google.protobuf.Duration.Builder getWeightExpirationPeriodBuilder()
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;
-
getWeightExpirationPeriodOrBuilder
public com.google.protobuf.DurationOrBuilder getWeightExpirationPeriodOrBuilder()
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;- Specified by:
getWeightExpirationPeriodOrBuilderin interfaceClientSideWeightedRoundRobinOrBuilder
-
getWeightExpirationPeriodFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder> getWeightExpirationPeriodFieldBuilder()
If a given endpoint has not reported load metrics in this long, then we stop using the reported weight. This ensures that we do not continue to use very stale weights. Once we stop using a stale value, if we later start seeing fresh reports again, the blackout_period applies. Defaults to 3 minutes.
.google.protobuf.Duration weight_expiration_period = 4;
-
hasWeightUpdatePeriod
public boolean hasWeightUpdatePeriod()
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;- Specified by:
hasWeightUpdatePeriodin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- Whether the weightUpdatePeriod field is set.
-
getWeightUpdatePeriod
public com.google.protobuf.Duration getWeightUpdatePeriod()
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;- Specified by:
getWeightUpdatePeriodin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- The weightUpdatePeriod.
-
setWeightUpdatePeriod
public ClientSideWeightedRoundRobin.Builder setWeightUpdatePeriod(com.google.protobuf.Duration value)
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;
-
setWeightUpdatePeriod
public ClientSideWeightedRoundRobin.Builder setWeightUpdatePeriod(com.google.protobuf.Duration.Builder builderForValue)
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;
-
mergeWeightUpdatePeriod
public ClientSideWeightedRoundRobin.Builder mergeWeightUpdatePeriod(com.google.protobuf.Duration value)
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;
-
clearWeightUpdatePeriod
public ClientSideWeightedRoundRobin.Builder clearWeightUpdatePeriod()
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;
-
getWeightUpdatePeriodBuilder
public com.google.protobuf.Duration.Builder getWeightUpdatePeriodBuilder()
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;
-
getWeightUpdatePeriodOrBuilder
public com.google.protobuf.DurationOrBuilder getWeightUpdatePeriodOrBuilder()
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;- Specified by:
getWeightUpdatePeriodOrBuilderin interfaceClientSideWeightedRoundRobinOrBuilder
-
getWeightUpdatePeriodFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder,com.google.protobuf.DurationOrBuilder> getWeightUpdatePeriodFieldBuilder()
How often endpoint weights are recalculated. Values less than 100ms are capped at 100ms. Default is 1 second.
.google.protobuf.Duration weight_update_period = 5;
-
hasErrorUtilizationPenalty
public boolean hasErrorUtilizationPenalty()
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }- Specified by:
hasErrorUtilizationPenaltyin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- Whether the errorUtilizationPenalty field is set.
-
getErrorUtilizationPenalty
public com.google.protobuf.FloatValue getErrorUtilizationPenalty()
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }- Specified by:
getErrorUtilizationPenaltyin interfaceClientSideWeightedRoundRobinOrBuilder- Returns:
- The errorUtilizationPenalty.
-
setErrorUtilizationPenalty
public ClientSideWeightedRoundRobin.Builder setErrorUtilizationPenalty(com.google.protobuf.FloatValue value)
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }
-
setErrorUtilizationPenalty
public ClientSideWeightedRoundRobin.Builder setErrorUtilizationPenalty(com.google.protobuf.FloatValue.Builder builderForValue)
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }
-
mergeErrorUtilizationPenalty
public ClientSideWeightedRoundRobin.Builder mergeErrorUtilizationPenalty(com.google.protobuf.FloatValue value)
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }
-
clearErrorUtilizationPenalty
public ClientSideWeightedRoundRobin.Builder clearErrorUtilizationPenalty()
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }
-
getErrorUtilizationPenaltyBuilder
public com.google.protobuf.FloatValue.Builder getErrorUtilizationPenaltyBuilder()
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }
-
getErrorUtilizationPenaltyOrBuilder
public com.google.protobuf.FloatValueOrBuilder getErrorUtilizationPenaltyOrBuilder()
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }- Specified by:
getErrorUtilizationPenaltyOrBuilderin interfaceClientSideWeightedRoundRobinOrBuilder
-
getErrorUtilizationPenaltyFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.FloatValue,com.google.protobuf.FloatValue.Builder,com.google.protobuf.FloatValueOrBuilder> getErrorUtilizationPenaltyFieldBuilder()
The multiplier used to adjust endpoint weights with the error rate calculated as eps/qps. Configuration is rejected if this value is negative. Default is 1.0.
.google.protobuf.FloatValue error_utilization_penalty = 6 [(.validate.rules) = { ... }
-
-