IActivationRebalancer
interface
Namespace: Orleans.Placement.Rebalancing
A gateway to interface with the activation rebalancer.
public interface IActivationRebalancerRemarks
This is available only on the silo.
Methods
GetRebalancingReport(bool)Returns the rebalancing report.The report can lag behind if you choose a session cycle period less than
Orleans.Placement.Rebalancing.IActivationRebalancerMonitor.WorkerReportPeriod.ResumeRebalancingResumes rebalancing if its suspended, otherwise its a no-op.SubscribeToReports(IActivationRebalancerReportListener)Subscribe to activation rebalancer reports.SuspendRebalancing(TimeSpan?)Suspends rebalancing if its running, otherwise its a no-op.UnsubscribeFromReports(IActivationRebalancerReportListener)Unsubscribe from activation rebalancer reports.
