Redigera

Dela via


IActivationRebalancer Interface

Definition

A gateway to interface with the activation rebalancer.

public interface IActivationRebalancer
type IActivationRebalancer = interface
Public Interface IActivationRebalancer

Remarks

This is available only on the silo.

Methods

GetRebalancingReport(Boolean)

Returns the rebalancing report.

The report can lag behind if you choose a session cycle period less than Orleans.Placement.Rebalancing.IActivationRebalancerMonitor.WorkerReportPeriod.

ResumeRebalancing() Orleans.Placement.Rebalancing.IActivationRebalancerWorker.ResumeRebalancing
SubscribeToReports(IActivationRebalancerReportListener)

Subscribe to activation rebalancer reports.

SuspendRebalancing(Nullable<TimeSpan>) Orleans.Placement.Rebalancing.IActivationRebalancerWorker.SuspendRebalancing(System.Nullable{System.TimeSpan})
UnsubscribeFromReports(IActivationRebalancerReportListener)

Unsubscribe from activation rebalancer reports.

Applies to