共用方式為


Orleans.Streaming.EventHubs 命名空間

類別

AggregatedCachePressureMonitor

匯總快取壓力監視器

AveragingCachePressureMonitor

快取壓力監視器,其回壓演算法是以所有壓力貢獻的平均值壓力值為基礎

AzureStorageOperationOptions
AzureStorageOperationOptionsValidator<TOptions>
AzureStoragePolicyOptions
AzureStorageUtils

與 Azure 儲存體相關的一般公用程式函式。

AzureTableDataManager<T>

用來封裝 Azure 資料表儲存體之資料列型存取的公用程式類別。

DefaultEventHubReceiverMonitor

使用記錄器 PKI 支援追蹤計量的預設 EventHub 接收者監視器。

EventDataExtensions

擴充 EventData 以支援串流

EventHubAdapterFactory

佇列配接器處理站,可讓 PersistentStreamProvider 使用 EventHub 作為其後端持續性事件佇列。

EventHubBatchContainer

Batch 容器,提供 EventHub EventData 中一組事件的承載和串流位置資訊。

EventHubBlockPoolMonitorDimensions

Eventhub 串流提供者生態系統中使用的區塊集區監視器匯總維度

EventHubCacheMonitorDimensions

Eventhub 串流提供者生態系統中使用的快取監視器匯總維度

EventHubCheckpointer

此類別會將 EventHub 分割區檢查點器資訊儲存 (azure 資料表儲存體中的分割區位移) 。

EventHubCheckpointerFactory
EventHubDataAdapter

預設事件中樞資料配接器。 使用者可以子類別覆寫事件資料至串流對應。

EventHubMessage

從快取的資料 CachedEventHubMessage 重建 EventHub EventData 類別的複寫

EventHubMonitorAggregationDimensions

監視匯總維度的基類,這是監視目標的資訊包。 監視器可以使用此資訊包來建置其匯總維度。

EventHubPartitionSettings

事件中樞分割區設定

EventHubQueueCache

EventHub 佇列快取

EventHubQueueCacheFactory

用來設定和建立 IEventHubQueueCache 的 Factory 類別

EventHubReceiverMonitorDimensions

EventHubReceiverMonitor 的匯總維度

EventHubSequenceToken

事件中樞訊息包含一批應用層事件,因此 EventHub 權杖包含三項資訊。 EventHubOffset - 這是每個分割區的唯一值,可用來開始讀取資料分割中的此訊息。 SequenceNumber - EventHub 序號是資料分割內訊息的唯一排序訊息識別碼。
在資料分割內 EventHub 訊息的唯一性和順序時,需要 SequenceNumber。 事件索引 - 由於每個 EventHub 訊息可能包含一個以上的應用層事件,因此此值會指出 EventHub 訊息中此權杖適用于哪個應用層事件。 在 EventHub 訊息中,應用層事件的唯一性和順序是必要的。

EventHubSequenceTokenV2

事件中樞訊息包含一批應用層事件,因此 EventHub 權杖包含三項資訊。 EventHubOffset - 這是每個分割區的唯一值,可用來開始讀取資料分割中的此訊息。 SequenceNumber - EventHub 序號是資料分割內訊息的唯一排序訊息識別碼。
在資料分割內 EventHub 訊息的唯一性和順序時,需要 SequenceNumber。 事件索引 - 由於每個 EventHub 訊息可能包含一個以上的應用層事件,因此此值會指出 EventHub 訊息中此權杖適用于哪個應用層事件。 在 EventHub 訊息中,應用層事件的唯一性和順序是必要的。

SlowConsumingPressureMonitor

快取中較慢取用者的壓力監視器

介面

ICachePressureMonitor

快取壓力監視器會記錄對快取的壓力貢獻,並根據其反向壓力演算法判斷快取是否處於壓力

IEventHubDataAdapter
IEventHubPartitionLocation

EventHub 分割區內訊息的位置

IEventHubQueueCache

儲存 EventHub EventData 的資料流程訊息快取介面

IEventHubQueueCacheFactory

負責建立 EventHub 分割區之訊息快取的處理站。

IEventHubReceiver

EventhubReceiver 類別的抽象概念,用來在 EventhubAdapterReceiver 中設定 EventHubReceiver 類別,也用來在 EventHubAdapterReceiver 中設定 EHGeneratorReceiver 以進行測試