Reference documentation and code samples for the Cloud Bigtable V2 Client class LoadBalancingOptions.
Configuration for how to balance vRPCs over sessions. Internal usage only.
Generated from protobuf message google.bigtable.v2.LoadBalancingOptions
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ least_in_flight
↳ peak_ewma
↳ random
getLeastInFlight
Generated from protobuf field .google.bigtable.v2.LoadBalancingOptions.LeastInFlight least_in_flight = 1;
hasLeastInFlight
setLeastInFlight
Generated from protobuf field .google.bigtable.v2.LoadBalancingOptions.LeastInFlight least_in_flight = 1;
$this
getPeakEwma
Generated from protobuf field .google.bigtable.v2.LoadBalancingOptions.PeakEwma peak_ewma = 2;
hasPeakEwma
setPeakEwma
Generated from protobuf field .google.bigtable.v2.LoadBalancingOptions.PeakEwma peak_ewma = 2;
$this
getRandom
Generated from protobuf field .google.bigtable.v2.LoadBalancingOptions.Random random = 4;
hasRandom
setRandom
Generated from protobuf field .google.bigtable.v2.LoadBalancingOptions.Random random = 4;
$this
getLoadBalancingStrategy
string

