Share via


HashRingBasedStreamQueueMapper 類別

定義

IConsistentRingStreamQueueMapper 因此 IStreamQueueMapper 會將佇列對應至包含定址接收器的雜湊通道來平衡佇列。

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)

IConsistentRingStreamQueueMapper 因此 IStreamQueueMapper 會將佇列對應至包含定址接收器的雜湊通道來平衡佇列。

方法

GetAllQueues()

取得所有佇列。

GetQueueForStream(Guid, String)

IConsistentRingStreamQueueMapper 因此 IStreamQueueMapper 會將佇列對應至包含定址接收器的雜湊通道來平衡佇列。

GetQueueForStream(StreamId)

取得指定資料流程的佇列。

GetQueuesForRange(IRingRange)

取得對應至指定範圍的佇列。

ToString()

IConsistentRingStreamQueueMapper 因此 IStreamQueueMapper 會將佇列對應至包含定址接收器的雜湊通道來平衡佇列。

適用於