HashRingBasedPartitionedStreamQueueMapper 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
QueueId에 매핑된 파티션을 추적하는 큐 매퍼
public sealed class HashRingBasedPartitionedStreamQueueMapper : Orleans.Streams.HashRingBasedStreamQueueMapper
type HashRingBasedPartitionedStreamQueueMapper = class
inherit HashRingBasedStreamQueueMapper
Public NotInheritable Class HashRingBasedPartitionedStreamQueueMapper
Inherits HashRingBasedStreamQueueMapper
- 상속
생성자
HashRingBasedPartitionedStreamQueueMapper(IReadOnlyList<String>, String) |
QueueId에 매핑된 파티션을 추적하는 큐 매퍼 |
메서드
GetAllQueues() |
모든 큐를 가져옵니다. (다음에서 상속됨 HashRingBasedStreamQueueMapper) |
GetQueueForStream(Guid, String) |
QueueId에 매핑된 파티션을 추적하는 큐 매퍼 (다음에서 상속됨 HashRingBasedStreamQueueMapper) |
GetQueueForStream(StreamId) |
지정된 스트림에 대한 큐를 가져옵니다. (다음에서 상속됨 HashRingBasedStreamQueueMapper) |
GetQueuesForRange(IRingRange) |
지정된 범위에 매핑되는 큐를 가져옵니다. (다음에서 상속됨 HashRingBasedStreamQueueMapper) |
QueueToPartition(QueueId) |
QueueId로 파티션을 가져옵니다. |
ToString() |
QueueId에 매핑된 파티션을 추적하는 큐 매퍼 (다음에서 상속됨 HashRingBasedStreamQueueMapper) |