AveragingCachePressureMonitor
class
Namespace: Orleans.Streaming.EventHubs
Cache pressure monitor whose back pressure algorithm is based on averaging pressure value over all pressure contribution
public class AveragingCachePressureMonitor : ICachePressureMonitorConstructors
Properties
CacheMonitorCache monitor which is used to report cache related metrics
Methods
IsUnderPressure(DateTime)Determine if the monitor is under pressureRecordCachePressureContribution(double)Record cache pressure contribution to the monitor
