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