GetAllQueues
public IEnumerable<QueueId> GetAllQueues() Gets all queues.
Returns
All queues.
IConsistentRingStreamQueueMapper and hence IStreamQueueMapper which balances queues by mapping them onto a hash ring consisting of silos. public IEnumerable<QueueId> GetAllQueues()public QueueId GetQueueForStream(StreamId streamId)streamIdStreamIdpublic IEnumerable<QueueId> GetQueuesForRange(IRingRange range)rangeIRingRangepublic override string ToString()