你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IStatefulServicePartition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示与有状态服务副本 (replica) 关联的分区。
public interface IStatefulServicePartition : System.Fabric.IServicePartition
type IStatefulServicePartition = interface
interface IServicePartition
Public Interface IStatefulServicePartition
Implements IServicePartition
- 实现
注解
派生自 IServicePartition。
属性
PartitionInfo |
提供对 ServicePartitionInformation 包含分区类型和 ID 的服务的访问。 (继承自 IServicePartition) |
ReadStatus |
用于检查副本 (replica) 读取操作的准备情况。 |
WriteStatus |
用于检查分区在写入操作方面的准备情况。 |
方法
CreateReplicator(IStateProvider, ReplicatorSettings) |
FabricReplicator创建具有指定设置的 ,并将其返回到副本 (replica) 。 |
ReportFault(FaultType) |
使副本 (replica) 向运行时报告错误,并指示它遇到了无法恢复的错误,必须重新启动或删除错误。 (继承自 IServicePartition) |
ReportLoad(IEnumerable<LoadMetric>) |
报告一组负载均衡指标的负载。 可以随时通过 方法报告负载, ReportLoad(IEnumerable<LoadMetric>) 并提供 方法的 LoadMetric 一个或多个属性。 (继承自 IServicePartition) |
ReportMoveCost(MoveCost) |
报告副本 (replica) 的移动成本。 (继承自 IServicePartition) |
ReportPartitionHealth(HealthInformation) |
报告当前分区运行状况。 (继承自 IServicePartition) |
ReportPartitionHealth(HealthInformation, HealthReportSendOptions) |
报告当前分区运行状况。 (继承自 IServicePartition) |
ReportReplicaHealth(HealthInformation) |
报告分区的当前有状态服务副本 (replica) 的运行状况。 |
ReportReplicaHealth(HealthInformation, HealthReportSendOptions) |
报告分区的当前有状态服务副本 (replica) 的运行状况。 |