CycleStop
class
Namespace: Orleans.Runtime.Diagnostics
Event payload for when a rebalancing cycle completes.
public sealed class CycleStop : RebalancerEventConstructors
CycleStop(SiloAddress, int, int, double, TimeSpan, bool)Event payload for when a rebalancing cycle completes.
Fields
ActivationsMigratedThe number of activations migrated during the cycle.CycleNumberThe cycle number within the current session.ElapsedThe time taken to complete the cycle.EntropyDeviationThe entropy deviation after the cycle.SessionCompletedIndicates whether this cycle resulted in session completion.
