Column name
|
Data type
|
Description
|
---|---|---|
UUID
|
CHAR
|
Primary key. An ID for the database (local to particular node) that identifies the node within the grid.
|
CONNECT_STRING
|
WVARCHAR
|
Connect information for the node, in the form:
'tcp' [ ip_address | host_name ] port_number
|
MEMBERSHIP_STATES
|
WVARCHAR
|
Grid membership status; one of the following values:
NULL: Undefined, node is not a grid member.
MEMBER_ONLINE: node is an active grid member.
MEMBER_OFFLINE: node is an inactive grid member.
MEMBER_FAILED: node is not responding to heartbeat messages.
|
NODE_NAME
|
WVARCHAR
|
Literal ID of the node. A new node might be given the name when the node is added to the grid, but, if the name is not specified, a unique name is created by combining the prefix ‘GNODE_’ with the node numeric identifier (NODE_ID). For example, the first node would be named as ‘GNODE_1’.
|
NODE_ID
|
BIGINT
|
Numeric ID of the node that is assigned when the node is added to the grid. The identifier is not reused even if the node is dropped from the grid.
|