HashRingBasedStreamQueueMapper
class
Namespace: Orleans.Streams
A
IConsistentRingStreamQueueMapper and hence IStreamQueueMapper which balances queues by mapping them onto a hash ring consisting of silos. public class HashRingBasedStreamQueueMapper : IConsistentRingStreamQueueMapper, IStreamQueueMapperConstructors
HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, string)Initializes a new instance of theHashRingBasedStreamQueueMapperclass.
Methods
GetAllQueuesGets all queues.GetQueueForStream(StreamId)Gets the queue for the specified stream.GetQueuesForRange(IRingRange)Gets the queues which map to the specified range.ToStringReturns a string that represents the current object.
