/AWS1/CL_KFKNODEINFO¶
The node information object.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_addedtoclustertime
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The start time.
io_brokernodeinfo
TYPE REF TO /AWS1/CL_KFKBROKERNODEINFO
/AWS1/CL_KFKBROKERNODEINFO
¶
The broker node info.
io_controllernodeinfo
TYPE REF TO /AWS1/CL_KFKCONTROLLERNODEINFO
/AWS1/CL_KFKCONTROLLERNODEINFO
¶
The ControllerNodeInfo.
iv_instancetype
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The instance type.
iv_nodearn
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The Amazon Resource Name (ARN) of the node.
iv_nodetype
TYPE /AWS1/KFKNODETYPE
/AWS1/KFKNODETYPE
¶
The node type.
io_zookeepernodeinfo
TYPE REF TO /AWS1/CL_KFKZOOKEEPERNODEINFO
/AWS1/CL_KFKZOOKEEPERNODEINFO
¶
The ZookeeperNodeInfo.
Queryable Attributes¶
AddedToClusterTime¶
The start time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADDEDTOCLUSTERTIME() |
Getter for ADDEDTOCLUSTERTIME, with configurable default |
ASK_ADDEDTOCLUSTERTIME() |
Getter for ADDEDTOCLUSTERTIME w/ exceptions if field has no |
HAS_ADDEDTOCLUSTERTIME() |
Determine if ADDEDTOCLUSTERTIME has a value |
BrokerNodeInfo¶
The broker node info.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROKERNODEINFO() |
Getter for BROKERNODEINFO |
ControllerNodeInfo¶
The ControllerNodeInfo.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTROLLERNODEINFO() |
Getter for CONTROLLERNODEINFO |
InstanceType¶
The instance type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
NodeARN¶
The Amazon Resource Name (ARN) of the node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NODEARN() |
Getter for NODEARN, with configurable default |
ASK_NODEARN() |
Getter for NODEARN w/ exceptions if field has no value |
HAS_NODEARN() |
Determine if NODEARN has a value |
NodeType¶
The node type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NODETYPE() |
Getter for NODETYPE, with configurable default |
ASK_NODETYPE() |
Getter for NODETYPE w/ exceptions if field has no value |
HAS_NODETYPE() |
Determine if NODETYPE has a value |
ZookeeperNodeInfo¶
The ZookeeperNodeInfo.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ZOOKEEPERNODEINFO() |
Getter for ZOOKEEPERNODEINFO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFNODEINFO
¶
TYPES TT___LISTOFNODEINFO TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKNODEINFO WITH DEFAULT KEY
.