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) |
큐 배포 알림을 수신하지 않습니다. |