HashRingBasedPartitionedStreamQueueMapper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
追蹤哪個分割區對應至哪個 QueueId 的佇列對應程式
public sealed class HashRingBasedPartitionedStreamQueueMapper : Orleans.Streams.HashRingBasedStreamQueueMapper
type HashRingBasedPartitionedStreamQueueMapper = class
inherit HashRingBasedStreamQueueMapper
Public NotInheritable Class HashRingBasedPartitionedStreamQueueMapper
Inherits HashRingBasedStreamQueueMapper
- 繼承
建構函式
HashRingBasedPartitionedStreamQueueMapper(IReadOnlyList<String>, String) |
追蹤哪個分割區對應至哪個 QueueId 的佇列對應程式 |
方法
GetAllQueues() |
取得所有佇列。 (繼承來源 HashRingBasedStreamQueueMapper) |
GetQueueForStream(Guid, String) |
追蹤哪個分割區對應至哪個 QueueId 的佇列對應程式 (繼承來源 HashRingBasedStreamQueueMapper) |
GetQueueForStream(StreamId) |
取得指定資料流程的佇列。 (繼承來源 HashRingBasedStreamQueueMapper) |
GetQueuesForRange(IRingRange) |
取得對應至指定範圍的佇列。 (繼承來源 HashRingBasedStreamQueueMapper) |
QueueToPartition(QueueId) |
依 QueueId 取得分割區 |
ToString() |
追蹤哪個分割區對應至哪個 QueueId 的佇列對應程式 (繼承來源 HashRingBasedStreamQueueMapper) |