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)

モニターへのキャッシュ圧力の貢献を記録する

適用対象