public static final class LoadBalancingOptions.LeastInFlight.Builder extends com.google.protobuf.GeneratedMessage.Builder<LoadBalancingOptions.LeastInFlight.Builder> implements LoadBalancingOptions.LeastInFlightOrBuilder
Balances vRPCs over backends, preferring to send new vRPCs to AFEs with the least number of active vRPCs.Protobuf type
google.bigtable.v2.LoadBalancingOptions.LeastInFlight| Modifier and Type | Method and Description |
|---|---|
LoadBalancingOptions.LeastInFlight |
build() |
LoadBalancingOptions.LeastInFlight |
buildPartial() |
LoadBalancingOptions.LeastInFlight.Builder |
clear() |
LoadBalancingOptions.LeastInFlight.Builder |
clearRandomSubsetSize()
Of all connected AFEs, the size of the random subset to run the algorithm
on.
|
LoadBalancingOptions.LeastInFlight |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getRandomSubsetSize()
Of all connected AFEs, the size of the random subset to run the algorithm
on.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LoadBalancingOptions.LeastInFlight.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LoadBalancingOptions.LeastInFlight.Builder |
mergeFrom(LoadBalancingOptions.LeastInFlight other) |
LoadBalancingOptions.LeastInFlight.Builder |
mergeFrom(com.google.protobuf.Message other) |
LoadBalancingOptions.LeastInFlight.Builder |
setRandomSubsetSize(long value)
Of all connected AFEs, the size of the random subset to run the algorithm
on.
|
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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<LoadBalancingOptions.LeastInFlight.Builder>public LoadBalancingOptions.LeastInFlight.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<LoadBalancingOptions.LeastInFlight.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<LoadBalancingOptions.LeastInFlight.Builder>public LoadBalancingOptions.LeastInFlight getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LoadBalancingOptions.LeastInFlight build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LoadBalancingOptions.LeastInFlight buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LoadBalancingOptions.LeastInFlight.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoadBalancingOptions.LeastInFlight.Builder>public LoadBalancingOptions.LeastInFlight.Builder mergeFrom(LoadBalancingOptions.LeastInFlight other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<LoadBalancingOptions.LeastInFlight.Builder>public LoadBalancingOptions.LeastInFlight.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoadBalancingOptions.LeastInFlight.Builder>IOExceptionpublic long getRandomSubsetSize()
Of all connected AFEs, the size of the random subset to run the algorithm on. Zero implies all connected AFEs.
int64 random_subset_size = 1;getRandomSubsetSize in interface LoadBalancingOptions.LeastInFlightOrBuilderpublic LoadBalancingOptions.LeastInFlight.Builder setRandomSubsetSize(long value)
Of all connected AFEs, the size of the random subset to run the algorithm on. Zero implies all connected AFEs.
int64 random_subset_size = 1;value - The randomSubsetSize to set.public LoadBalancingOptions.LeastInFlight.Builder clearRandomSubsetSize()
Of all connected AFEs, the size of the random subset to run the algorithm on. Zero implies all connected AFEs.
int64 random_subset_size = 1;Copyright © 2026 Google LLC. All rights reserved.