次の方法で共有


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(StreamId)

指定したストリームのキューを取得します。

(継承元 HashRingBasedStreamQueueMapper)
GetQueuesForRange(IRingRange)

指定した範囲にマップされるキューを取得します。

(継承元 HashRingBasedStreamQueueMapper)
QueueToPartition(QueueId)

QueueId でパーティションを取得します

ToString()

どのパーティションがどの QueueId にマップされたかを追跡するキュー マッパー

(継承元 HashRingBasedStreamQueueMapper)

適用対象