共用方式為


DefaultEventHubCacheMonitor 類別

定義

Eventhub 串流提供者生態系統的預設快取監視器

public class DefaultEventHubCacheMonitor : Orleans.Providers.Streams.Common.DefaultCacheMonitor
type DefaultEventHubCacheMonitor = class
    inherit DefaultCacheMonitor
Public Class DefaultEventHubCacheMonitor
Inherits DefaultCacheMonitor
繼承
DefaultEventHubCacheMonitor

建構函式

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)

適用於