82 строки
4.5 KiB
YAML
82 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: system.fabric.GatewayInformation.GatewayInformation(String nodeAddress, NodeId nodeId, BigInteger nodeInstanceId, String nodeName)
|
|
name: GatewayInformation(String nodeAddress, NodeId nodeId, BigInteger nodeInstanceId, String nodeName)
|
|
nameWithType: GatewayInformation.GatewayInformation(String nodeAddress, NodeId nodeId, BigInteger nodeInstanceId, String nodeName)
|
|
parameters:
|
|
- description: <p>The address that Service Fabric clients use when connecting to this node (as specified in the Cluster Manifest). </p>
|
|
name: nodeAddress
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>The unique identifier used internally by Service Fabric to identify a node. </p>
|
|
name: nodeId
|
|
type: <xref href="system.fabric.NodeId?alt=system.fabric.NodeId&text=NodeId" data-throw-if-not-resolved="False"/>
|
|
- description: <p>The instance of a Service Fabric node changes when the node is restarted. </p>
|
|
name: nodeInstanceId
|
|
type: <xref href="BigInteger?alt=BigInteger&text=BigInteger" data-throw-if-not-resolved="False"/>
|
|
- description: <p>The friendly name of the Service Fabric node (defined in the Cluster Manifest) used to generate the NodeId. </p>
|
|
name: nodeName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: <p>Initializes a new instance of <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.GatewayInformation"></xref>. </p>
|
|
syntax: public GatewayInformation(String nodeAddress, NodeId nodeId, BigInteger nodeInstanceId, String nodeName)
|
|
uid: system.fabric.GatewayInformation.GatewayInformation(String,NodeId,BigInteger,String)
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: system.fabric.GatewayInformation.getNodeAddress()
|
|
name: getNodeAddress()
|
|
nameWithType: GatewayInformation.getNodeAddress()
|
|
returns:
|
|
description: <p>The address that Service Fabric clients use when connecting to this node (as specified in the Cluster Manifest). </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the address that Service Fabric clients use when connecting to this node (as specified in the Cluster Manifest).</p>
|
|
|
|
<p></p>
|
|
syntax: public String getNodeAddress()
|
|
uid: system.fabric.GatewayInformation.getNodeAddress()
|
|
- fullName: system.fabric.GatewayInformation.getNodeId()
|
|
name: getNodeId()
|
|
nameWithType: GatewayInformation.getNodeId()
|
|
returns:
|
|
description: <p>Returns <xref uid="system.fabric.NodeId" data-throw-if-not-resolved="false" data-raw-source="system.fabric.NodeId"></xref>. </p>
|
|
type: <xref href="system.fabric.NodeId?alt=system.fabric.NodeId&text=NodeId" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The unique identifier used internally by Service Fabric to identify a node.</p>
|
|
|
|
<p></p>
|
|
syntax: public NodeId getNodeId()
|
|
uid: system.fabric.GatewayInformation.getNodeId()
|
|
- fullName: system.fabric.GatewayInformation.getNodeInstanceId()
|
|
name: getNodeInstanceId()
|
|
nameWithType: GatewayInformation.getNodeInstanceId()
|
|
returns:
|
|
description: <p>Returns <xref uid="" data-throw-if-not-resolved="false" data-raw-source="java.math.BigInteger"></xref>. </p>
|
|
type: <xref href="BigInteger?alt=BigInteger&text=BigInteger" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The instance of a Service Fabric node changes when the node is restarted.</p>
|
|
|
|
<p></p>
|
|
syntax: public BigInteger getNodeInstanceId()
|
|
uid: system.fabric.GatewayInformation.getNodeInstanceId()
|
|
- fullName: system.fabric.GatewayInformation.getNodeName()
|
|
name: getNodeName()
|
|
nameWithType: GatewayInformation.getNodeName()
|
|
returns:
|
|
description: <p>Returns <xref uid="" data-throw-if-not-resolved="false" data-raw-source="java.lang.String"></xref>. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The friendly name of the Service Fabric node (defined in the Cluster Manifest) used to generate the NodeId.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getNodeName()
|
|
uid: system.fabric.GatewayInformation.getNodeName()
|
|
nameWithType: GatewayInformation
|
|
syntax: public class GatewayInformation
|
|
type: class
|
|
uid: system.fabric.GatewayInformation
|
|
fullName: system.fabric.GatewayInformation
|
|
name: GatewayInformation
|
|
package: system.fabric
|
|
summary: <p>Contains information identifying a Service Fabric node in the cluster. </p>
|
|
metadata: {}
|