Skip to content

RebalancingReport

struct

Namespace: Orleans.Placement.Rebalancing

A report of the current state of the activation rebalancer.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[Orleans.Alias(RebalancingReport)]
public readonly struct RebalancingReport

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).