Share via


HashRingBasedPartitionedStreamQueueMapper 類別

定義

追蹤哪個分割區對應至哪個 QueueId 的佇列對應程式

public sealed class HashRingBasedPartitionedStreamQueueMapper : Orleans.Streams.HashRingBasedStreamQueueMapper
type HashRingBasedPartitionedStreamQueueMapper = class
    inherit HashRingBasedStreamQueueMapper
Public NotInheritable Class HashRingBasedPartitionedStreamQueueMapper
Inherits HashRingBasedStreamQueueMapper
繼承
HashRingBasedPartitionedStreamQueueMapper

建構函式

HashRingBasedPartitionedStreamQueueMapper(IReadOnlyList<String>, String)

追蹤哪個分割區對應至哪個 QueueId 的佇列對應程式

方法

GetAllQueues()

取得所有佇列。

(繼承來源 HashRingBasedStreamQueueMapper)
GetQueueForStream(Guid, String)

追蹤哪個分割區對應至哪個 QueueId 的佇列對應程式

(繼承來源 HashRingBasedStreamQueueMapper)
GetQueueForStream(StreamId)

取得指定資料流程的佇列。

(繼承來源 HashRingBasedStreamQueueMapper)
GetQueuesForRange(IRingRange)

取得對應至指定範圍的佇列。

(繼承來源 HashRingBasedStreamQueueMapper)
QueueToPartition(QueueId)

依 QueueId 取得分割區

ToString()

追蹤哪個分割區對應至哪個 QueueId 的佇列對應程式

(繼承來源 HashRingBasedStreamQueueMapper)

適用於