HashRingBasedStreamQueueMapper 类

定义

因此IStreamQueueMapperIConsistentRingStreamQueueMapper它通过将队列映射到由 silo 组成的哈希环来平衡队列。

public class HashRingBasedStreamQueueMapper : Orleans.Streams.IConsistentRingStreamQueueMapper
type HashRingBasedStreamQueueMapper = class
    interface IConsistentRingStreamQueueMapper
    interface IStreamQueueMapper
Public Class HashRingBasedStreamQueueMapper
Implements IConsistentRingStreamQueueMapper
继承
HashRingBasedStreamQueueMapper
派生
实现

构造函数

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

初始化 HashRingBasedStreamQueueMapper 类的新实例。

HashRingBasedStreamQueueMapper(Int32, String)

因此IStreamQueueMapperIConsistentRingStreamQueueMapper它通过将队列映射到由 silo 组成的哈希环来平衡队列。

方法

GetAllQueues()

获取所有队列。

GetQueueForStream(Guid, String)

因此IStreamQueueMapperIConsistentRingStreamQueueMapper它通过将队列映射到由 silo 组成的哈希环来平衡队列。

GetQueueForStream(StreamId)

获取指定流的队列。

GetQueuesForRange(IRingRange)

获取映射到指定范围的队列。

ToString()

因此IStreamQueueMapperIConsistentRingStreamQueueMapper它通过将队列映射到由 silo 组成的哈希环来平衡队列。

适用于