Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::LoadBalancingOptions::LeastInFlight (v1.14.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::LoadBalancingOptions::LeastInFlight.

Balances vRPCs over backends, preferring to send new vRPCs to AFEs with the least number of active vRPCs.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#random_subset_size

def random_subset_size() -> ::Integer
Returns
  • (::Integer) — Of all connected AFEs, the size of the random subset to run the algorithm on. Zero implies all connected AFEs.

#random_subset_size=

def random_subset_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Of all connected AFEs, the size of the random subset to run the algorithm on. Zero implies all connected AFEs.
Returns
  • (::Integer) — Of all connected AFEs, the size of the random subset to run the algorithm on. Zero implies all connected AFEs.