你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ReplicaInformation Class
- java.
lang. Object - system.
fabric. ReplicaInformation
- system.
public class ReplicaInformation
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.
Method Summary
Modifier and Type | Method and Description |
---|---|
long |
getCatchUpCapability()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
long |
getCurrentProgress()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
long |
getId()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
String |
getReplicatorAddress()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
Replica |
getRole()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
Replica |
getStatus()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
Method Details
getCatchUpCapability
public long getCatchUpCapability()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.
Returns:
getCurrentProgress
public long getCurrentProgress()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.
Returns:
getId
public long getId()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.
Returns:
getReplicatorAddress
public String getReplicatorAddress()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.
Returns:
getRole
public ReplicaRole getRole()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.
Returns:
getStatus
public ReplicaStatus getStatus()
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.
Returns: