你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StatelessServicePartition 接口
public interface StatelessServicePartition extends ServicePartition
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
void |
reportInstanceHealth(HealthInformation healthInfo)
报告与此分区关联的当前实例的运行状况。 |
继承成员
ServicePartition.getPartitionInfo()
ServicePartition.reportFault(FaultType faultType)
ServicePartition.reportLoad(Collection<LoadMetric> metrics)
ServicePartition.reportMoveCost(MoveCost moveCost)
ServicePartition.reportPartitionHealth(HealthInformation healthInfo)
方法详细信息
reportInstanceHealth
public void reportInstanceHealth(HealthInformation healthInfo)
报告与此分区关联的当前实例的运行状况。
参数:
healthInfo
- 要报告的运行状况信息。