40 строки
2.0 KiB
YAML
40 строки
2.0 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: system.fabric.ResolvedServiceEndpoint.getAddress()
|
|
name: getAddress()
|
|
nameWithType: ResolvedServiceEndpoint.getAddress()
|
|
returns:
|
|
description: <p>The address for the endpoint where the service replica or instance can be reached. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: <p>Gets the address for the endpoint. The service replica gives this string to Service Fabric to let users know where it can be reached. </p>
|
|
syntax: public String getAddress()
|
|
uid: system.fabric.ResolvedServiceEndpoint.getAddress()
|
|
- fullName: system.fabric.ResolvedServiceEndpoint.getRole()
|
|
name: getRole()
|
|
nameWithType: ResolvedServiceEndpoint.getRole()
|
|
returns:
|
|
description: <p>The role of a service endpoint. </p>
|
|
type: <xref href="system.fabric.ServiceEndpointRole?alt=system.fabric.ServiceEndpointRole&text=ServiceEndpointRole" data-throw-if-not-resolved="False"/>
|
|
summary: <p>Gets the role of a service endpoint. </p>
|
|
syntax: public ServiceEndpointRole getRole()
|
|
uid: system.fabric.ResolvedServiceEndpoint.getRole()
|
|
- fullName: system.fabric.ResolvedServiceEndpoint.toString()
|
|
name: toString()
|
|
nameWithType: ResolvedServiceEndpoint.toString()
|
|
returns:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: <p>Prints role and address of the service endpoint. </p>
|
|
syntax: public String toString()
|
|
uid: system.fabric.ResolvedServiceEndpoint.toString()
|
|
nameWithType: ResolvedServiceEndpoint
|
|
syntax: public class ResolvedServiceEndpoint
|
|
type: class
|
|
uid: system.fabric.ResolvedServiceEndpoint
|
|
fullName: system.fabric.ResolvedServiceEndpoint
|
|
name: ResolvedServiceEndpoint
|
|
package: system.fabric
|
|
summary: <p>Represents a resolved service endpoint, which contains information about service partition replica role and the address it listens to. </p>
|
|
metadata: {}
|