QueueBalancerBase クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |
キュー配布通知の受信を停止します。 |