ResolvedServiceEndpoint 类
定义
Represents a resolved service endpoint, which contains information about service partition replica role and the address it listens to.
public class ResolvedServiceEndpoint
- 继承
-
java.lang.ObjectResolvedServiceEndpoint
方法
getAddress() |
Gets the address for the endpoint. The service replica gives this string to Service Fabric to let users know where it can be reached. |
getRole() |
Gets the role of a service endpoint. |
toString() |
Prints role and address of the service endpoint. |