HashRingBasedStreamQueueMapper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
因此IStreamQueueMapper,IConsistentRingStreamQueueMapper它通过将队列映射到由 silo 组成的哈希环来平衡队列。
public class HashRingBasedStreamQueueMapper : Orleans.Streams.IConsistentRingStreamQueueMapper
type HashRingBasedStreamQueueMapper = class
interface IConsistentRingStreamQueueMapper
interface IStreamQueueMapper
Public Class HashRingBasedStreamQueueMapper
Implements IConsistentRingStreamQueueMapper
- 继承
-
HashRingBasedStreamQueueMapper
- 派生
- 实现
构造函数
方法
GetAllQueues() |
获取所有队列。 |
GetQueueForStream(Guid, String) |
因此IStreamQueueMapper,IConsistentRingStreamQueueMapper它通过将队列映射到由 silo 组成的哈希环来平衡队列。 |
GetQueueForStream(StreamId) |
获取指定流的队列。 |
GetQueuesForRange(IRingRange) |
获取映射到指定范围的队列。 |
ToString() |
因此IStreamQueueMapper,IConsistentRingStreamQueueMapper它通过将队列映射到由 silo 组成的哈希环来平衡队列。 |