IServicePartition インターフェイス

定義

サービスが属するパーティションに関する情報をサービスに提供し、実行時にサービスがシステムと対話するためのメソッドを提供します。

public interface IServicePartition
type IServicePartition = interface
Public Interface IServicePartition
派生

プロパティ

PartitionInfo

パーティションの種類と ID を ServicePartitionInformation 含む サービスの へのアクセスを提供します。

メソッド

ReportFault(FaultType)

レプリカがランタイムにエラーを報告し、回復できないエラーが発生し、再起動または削除する必要があることを示します。

ReportLoad(IEnumerable<LoadMetric>)

一連の負荷分散メトリックの負荷を報告します。 読み込みは、 メソッドを介して ReportLoad(IEnumerable<LoadMetric>) いつでも報告でき、メソッドの 1 つ以上のプロパティを LoadMetric 提供します。

ReportMoveCost(MoveCost)

レプリカの移動コストを報告します。

ReportPartitionHealth(HealthInformation)

現在のパーティションの正常性を報告します。

ReportPartitionHealth(HealthInformation, HealthReportSendOptions)

現在のパーティションの正常性を報告します。

適用対象