/AWS1/CL_MEMENDPOINT¶
Represents the information required for client programs to connect to the cluster and its nodes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_address TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The DNS hostname of the node.
iv_port TYPE /AWS1/MEMINTEGER /AWS1/MEMINTEGER¶
The port number that the engine is listening on.
Queryable Attributes¶
Address¶
The DNS hostname of the node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESS() |
Getter for ADDRESS, with configurable default |
ASK_ADDRESS() |
Getter for ADDRESS w/ exceptions if field has no value |
HAS_ADDRESS() |
Determine if ADDRESS has a value |
Port¶
The port number that the engine is listening on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORT() |
Getter for PORT |