다음을 통해 공유


HashRingBasedPartitionedStreamQueueMapper 클래스

정의

QueueId에 매핑된 파티션을 추적하는 큐 매퍼

public sealed class HashRingBasedPartitionedStreamQueueMapper : Orleans.Streams.HashRingBasedStreamQueueMapper
type HashRingBasedPartitionedStreamQueueMapper = class
    inherit HashRingBasedStreamQueueMapper
Public NotInheritable Class HashRingBasedPartitionedStreamQueueMapper
Inherits HashRingBasedStreamQueueMapper
상속
HashRingBasedPartitionedStreamQueueMapper

생성자

HashRingBasedPartitionedStreamQueueMapper(IReadOnlyList<String>, String)

QueueId에 매핑된 파티션을 추적하는 큐 매퍼

메서드

GetAllQueues()

모든 큐를 가져옵니다.

(다음에서 상속됨 HashRingBasedStreamQueueMapper)
GetQueueForStream(StreamId)

지정된 스트림에 대한 큐를 가져옵니다.

(다음에서 상속됨 HashRingBasedStreamQueueMapper)
GetQueuesForRange(IRingRange)

지정된 범위에 매핑되는 큐를 가져옵니다.

(다음에서 상속됨 HashRingBasedStreamQueueMapper)
QueueToPartition(QueueId)

QueueId로 파티션을 가져옵니다.

ToString()

QueueId에 매핑된 파티션을 추적하는 큐 매퍼

(다음에서 상속됨 HashRingBasedStreamQueueMapper)

적용 대상