共用方式為


SlowConsumingPressureMonitor 類別

定義

快取中較慢取用者的壓力監視器

public class SlowConsumingPressureMonitor : Orleans.Streaming.EventHubs.ICachePressureMonitor
type SlowConsumingPressureMonitor = class
    interface ICachePressureMonitor
Public Class SlowConsumingPressureMonitor
Implements ICachePressureMonitor
繼承
SlowConsumingPressureMonitor
實作

建構函式

SlowConsumingPressureMonitor(Double, ILogger, ICacheMonitor)

建構函式

SlowConsumingPressureMonitor(Double, TimeSpan, ILogger, ICacheMonitor)

建構函式

SlowConsumingPressureMonitor(ILogger, ICacheMonitor)

建構函式

SlowConsumingPressureMonitor(TimeSpan, ILogger, ICacheMonitor)

建構函式

欄位

DefaultFlowControlThreshold

預設流量控制閾值

DefaultPressureWindowSize

DefaultPressureWindowSize

屬性

CacheMonitor

用來報告快取相關計量的快取監視器

FlowControlThreshold

FlowControlThreshold

PressureWindowSize

PressureWindowSize

方法

IsUnderPressure(DateTime)

判斷監視器是否處於壓力

RecordCachePressureContribution(Double)

記錄對監視器的快取壓力貢獻

適用於