IConsistentRingStreamQueueMapper Interface

Definition

The stream queue mapper is responsible for mapping ring ranges from the load balancing ring provider to stream queues. Implementation must be thread safe.

public interface IConsistentRingStreamQueueMapper : Orleans.Streams.IStreamQueueMapper
type IConsistentRingStreamQueueMapper = interface
    interface IStreamQueueMapper
Public Interface IConsistentRingStreamQueueMapper
Implements IStreamQueueMapper
Derived
Implements

Methods

GetAllQueues()

Gets all queues.

(Inherited from IStreamQueueMapper)
GetQueueForStream(Guid, String) (Inherited from IStreamQueueMapper)
GetQueueForStream(StreamId)

Gets the queue for the specified stream.

(Inherited from IStreamQueueMapper)
GetQueuesForRange(IRingRange)

Gets the queues which map to the specified range.

Applies to