QueueBalancerBase クラス

定義

StreamQueueBalancer の基本クラス

public abstract class QueueBalancerBase : Orleans.Streams.IStreamQueueBalancer
type QueueBalancerBase = class
    interface IStreamQueueBalancer
Public MustInherit Class QueueBalancerBase
Implements IStreamQueueBalancer
継承
QueueBalancerBase
派生
実装

コンストラクター

QueueBalancerBase()

StreamQueueBalancer の基本クラス

QueueBalancerBase(IServiceProvider, ILogger)

StreamQueueBalancer の基本クラス

フィールド

queueBalanceListeners

IStreamQueueBalancerListener のコレクション

プロパティ

Cancellation

StreamQueueBalancer の基本クラス

Logger

StreamQueueBalancer の基本クラス

SiloAddress

StreamQueueBalancer の基本クラス

メソッド

GetMyQueues()

このバランサーの最新のキュー配布を取得します。

Initialize(IStreamQueueMapper)

このインスタンスを初期化します。

NotifyListeners()

StreamQueueBalancer の基本クラス

OnClusterMembershipChange(HashSet<SiloAddress>)

StreamQueueBalancer の基本クラス

Shutdown()

StreamQueueBalancer の基本クラス

SubscribeToQueueDistributionChangeEvents(IStreamQueueBalanceListener)

キュー配布の変更通知を受信するためにサブスクライブします

UnSubscribeFromQueueDistributionChangeEvents(IStreamQueueBalanceListener)

キュー配布通知の受信を停止します。

適用対象