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) |