Google Bigtable v2 API - Class LoadBalancingOptions.Types.PeakEwma (3.27.0)

public sealed class LoadBalancingOptions.Types.PeakEwma : IMessage<LoadBalancingOptions.Types.PeakEwma>, IEquatable<LoadBalancingOptions.Types.PeakEwma>, IDeepCloneable<LoadBalancingOptions.Types.PeakEwma>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class LoadBalancingOptions.Types.PeakEwma.

Balances vRPCs over backends, by maintaining a moving average of each AFE's round-trip time, weighted by the number of outstanding vRPCs, and distribute traffic to AFEs where that cost function is smallest.

See: https://linkerd.io/2016/03/16/beyond-round-robin-load-balancing-for-latency

Inheritance

object > LoadBalancingOptions.Types.PeakEwma

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

PeakEwma()

public PeakEwma()

PeakEwma(PeakEwma)

public PeakEwma(LoadBalancingOptions.Types.PeakEwma other)
Parameter
Name Description
other LoadBalancingOptionsTypesPeakEwma

Properties

RandomSubsetSize

public long RandomSubsetSize { get; set; }

Of all connected AFEs, the size of the random subset to compare costs over. Zero implies all connected AFEs.

Property Value
Type Description
long