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