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)

适用于