HashRingBasedStreamQueueMapper Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto IConsistentRingStreamQueueMapper e quindi IStreamQueueMapper che bilancia le code mappandole su un anello hash costituito da silos.
public class HashRingBasedStreamQueueMapper : Orleans.Streams.IConsistentRingStreamQueueMapper
type HashRingBasedStreamQueueMapper = class
interface IConsistentRingStreamQueueMapper
interface IStreamQueueMapper
Public Class HashRingBasedStreamQueueMapper
Implements IConsistentRingStreamQueueMapper
- Ereditarietà
-
HashRingBasedStreamQueueMapper
- Derivato
- Implementazioni
Costruttori
HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String) |
Inizializza una nuova istanza della classe HashRingBasedStreamQueueMapper. |
HashRingBasedStreamQueueMapper(Int32, String) |
Oggetto IConsistentRingStreamQueueMapper e quindi IStreamQueueMapper che bilancia le code mappandole su un anello hash costituito da silos. |
Metodi
GetAllQueues() |
Ottiene tutte le code. |
GetQueueForStream(Guid, String) |
Oggetto IConsistentRingStreamQueueMapper e quindi IStreamQueueMapper che bilancia le code mappandole su un anello hash costituito da silos. |
GetQueueForStream(StreamId) |
Ottiene la coda per il flusso specificato. |
GetQueuesForRange(IRingRange) |
Ottiene le code che vengono mappate all'intervallo specificato. |
ToString() |
Oggetto IConsistentRingStreamQueueMapper e quindi IStreamQueueMapper che bilancia le code mappandole su un anello hash costituito da silos. |