AggregatedCachePressureMonitor Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Aggregated cache pressure monitor
public class AggregatedCachePressureMonitor : System.Collections.Generic.List<Orleans.ServiceBus.Providers.ICachePressureMonitor>, Orleans.ServiceBus.Providers.ICachePressureMonitor
type AggregatedCachePressureMonitor = class
inherit List<ICachePressureMonitor>
interface ICachePressureMonitor
Public Class AggregatedCachePressureMonitor
Inherits List(Of ICachePressureMonitor)
Implements ICachePressureMonitor
- Inheritance
-
AggregatedCachePressureMonitor
- Implements
Aggregated |
Constructor |
Aggregated |
Constructor |
Cache |
Cache monitor which is used to report cache related metrics |
Add |
Add one monitor to this aggregated cache monitor group |
Is |
If any mornitor in this aggregated cache monitor group is under pressure, then return true |
Record |
Record cache pressure to every monitor in this aggregated cache monitor group |