AggregatedCachePressureMonitor
class
Namespace: Orleans.Streaming.EventHubs
Aggregated cache pressure monitor
public class AggregatedCachePressureMonitor : List<ICachePressureMonitor>, ICachePressureMonitorConstructors
Properties
CacheMonitorCache monitor which is used to report cache related metrics
Methods
AddCachePressureMonitor(ICachePressureMonitor)Add one monitor to this aggregated cache monitor groupIsUnderPressure(DateTime)If any monitor in this aggregated cache monitor group is under pressure, then return trueRecordCachePressureContribution(double)Record cache pressure to every monitor in this aggregated cache monitor group
