IServicePartition.ReportPartitionHealth メソッド

定義

オーバーロード

ReportPartitionHealth(HealthInformation)

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

ReportPartitionHealth(HealthInformation, HealthReportSendOptions)

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

ReportPartitionHealth(HealthInformation)

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

public void ReportPartitionHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportPartitionHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportPartitionHealth (healthInfo As HealthInformation)

パラメーター

healthInfo
HealthInformation

HealthInformationソース、プロパティ、正常性状態などの正常性レポート情報を記述する 。

例外

これは、パーティション オブジェクトが閉じられていることを示します。 レプリカ/レプリケーター/インスタンスが閉じられているか、閉じようとしています。

注釈

正常性情報には、ソース ID、プロパティ、正常性状態、その他の関連する詳細など、レポートの詳細が記述されます。 パーティションは内部正常性クライアントを使用して、正常性ストアにレポートを送信します。 クライアントは、構成された期間 (既定値: 30 秒) に従ってレポートをバッチ処理することで、Health Manager へのメッセージを最適化します。 レポートの優先度が高い場合は、 を使用 ReportPartitionHealth(HealthInformation, HealthReportSendOptions)してすぐに送信する送信オプションを指定できます。

正常性レポートの詳細を参照してください。

適用対象

ReportPartitionHealth(HealthInformation, HealthReportSendOptions)

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

public void ReportPartitionHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportPartitionHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportPartitionHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)

パラメーター

healthInfo
HealthInformation

HealthInformationソース、プロパティ、正常性状態などの正常性レポート情報を記述する 。

sendOptions
HealthReportSendOptions

HealthReportSendOptionsパーティション レポートの送信方法を制御する 。

例外

これは、パーティション オブジェクトが閉じられていることを示します。 レプリカ/レプリケーター/インスタンスが閉じられているか、閉じようとしています。

注釈

正常性情報には、ソース ID、プロパティ、正常性状態、その他の関連する詳細など、レポートの詳細が記述されます。 パーティションは内部正常性クライアントを使用して、正常性ストアにレポートを送信します。 クライアントは、構成された期間 (既定値: 30 秒) に従ってレポートをバッチ処理することで、Health Manager へのメッセージを最適化します。 レポートの優先度が高い場合は、送信オプションを指定してすぐに送信できます。

正常性レポートの詳細を参照してください。

適用対象