DefaultEventHubCacheMonitor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
eventhub 流式处理提供程序生态系统的默认缓存监视器
public class DefaultEventHubCacheMonitor : Orleans.Providers.Streams.Common.DefaultCacheMonitor
type DefaultEventHubCacheMonitor = class
inherit DefaultCacheMonitor
Public Class DefaultEventHubCacheMonitor
Inherits DefaultCacheMonitor
- 继承
构造函数
DefaultEventHubCacheMonitor(EventHubCacheMonitorDimensions, ITelemetryProducer) |
构造函数 |
DefaultEventHubCacheMonitor(EventHubCacheMonitorDimensions, Logger) |
构造函数 |
字段
Logger |
eventhub 流式处理提供程序生态系统的默认缓存监视器 (继承自 DefaultCacheMonitor) |
LogProperties |
eventhub 流式处理提供程序生态系统的默认缓存监视器 (继承自 DefaultCacheMonitor) |
TelemetryProducer |
eventhub 流式处理提供程序生态系统的默认缓存监视器 (继承自 DefaultCacheMonitor) |
方法
ReportCacheSize(Int64) |
调用 以报告总缓存大小。 (继承自 DefaultCacheMonitor) |
ReportMessageStatistics(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Int64) |
调用 以报告缓存状态指标。 (继承自 DefaultCacheMonitor) |
TrackCachePressureMonitorStatusChange(String, Boolean, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
当缓存压力监视器遇到状态更改时调用。 (继承自 DefaultCacheMonitor) |
TrackMemoryAllocated(Int32) |
在缓存分配新内存时调用。 (继承自 DefaultCacheMonitor) |
TrackMemoryReleased(Int32) |
内存返回到块池时调用。 (继承自 DefaultCacheMonitor) |
TrackMessagesAdded(Int64) |
将消息添加到缓存时调用。 (继承自 DefaultCacheMonitor) |
TrackMessagesPurged(Int64) |
从缓存中清除消息时调用。 (继承自 DefaultCacheMonitor) |