IStatelessServicePartition インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ステートレス サービス インスタンスに関連付けられているパーティションを表します。
public interface IStatelessServicePartition : System.Fabric.IServicePartition
type IStatelessServicePartition = interface
interface IServicePartition
Public Interface IStatelessServicePartition
Implements IServicePartition
- 実装
注釈
のパラメーターとしてステートレス サービスに提供されます IServicePartition。
プロパティ
PartitionInfo |
パーティションの種類と ID を ServicePartitionInformation 含む サービスの へのアクセスを提供します。 (継承元 IServicePartition) |
メソッド
ReportCompletion() |
パーティションの現在のステートレス サービス インスタンスの完了を報告します。 完了の一環として、サービス インスタンスは閉じられ、Service Fabric クラスターにこのサービス インスタンスの置換は作成されません。 |
ReportFault(FaultType) |
レプリカがランタイムにエラーを報告し、回復できないエラーが発生し、再起動または削除する必要があることを示します。 (継承元 IServicePartition) |
ReportInstanceHealth(HealthInformation) |
パーティションの現在のステートレス サービス インスタンスの正常性情報を報告します。 |
ReportInstanceHealth(HealthInformation, HealthReportSendOptions) |
パーティションの現在のステートレス サービス インスタンスの正常性情報を報告します。 |
ReportLoad(IEnumerable<LoadMetric>) |
一連の負荷分散メトリックの負荷を報告します。 負荷は、 メソッドを介して ReportLoad(IEnumerable<LoadMetric>) いつでも報告でき、メソッドの 1 つ以上のプロパティを LoadMetric 提供します。 (継承元 IServicePartition) |
ReportMoveCost(MoveCost) |
レプリカの移動コストを報告します。 (継承元 IServicePartition) |
ReportPartitionHealth(HealthInformation) |
現在のパーティションの正常性を報告します。 (継承元 IServicePartition) |
ReportPartitionHealth(HealthInformation, HealthReportSendOptions) |
現在のパーティションの正常性を報告します。 (継承元 IServicePartition) |
適用対象
Azure SDK for .NET