Redigera

Dela via


RebalancingReport Struct

Definition

A report of the current state of the activation rebalancer.

[Orleans.Alias("RebalancingReport")]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct RebalancingReport
[<Orleans.Alias("RebalancingReport")>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type RebalancingReport = struct
Public Structure RebalancingReport
Inheritance
RebalancingReport
Attributes

Properties

ClusterImbalance

The current view of the cluster's imbalance.

Host

The silo where the rebalancer is currently located.

Statistics

Latest rebalancing statistics.

Status

The current status of the rebalancer.

SuspensionDuration

The amount of time the rebalancer is suspended (if at all).

Applies to