ndb_mgm_node_state Struct Reference
[MGM_C_API]

#include <mgmapi.h>

List of all members.


Detailed Description

Status of a node in the cluster.

Sub-structure in enum ndb_mgm_cluster_state returned by ndb_mgm_get_status().

Note:
node_status, start_phase, dynamic_id and node_group are relevant only for database nodes, i.e. node_type == NDB_MGM_NODE_TYPE_NDB.

Public Attributes


Member Data Documentation

char ndb_mgm_node_state::connect_address[]
 

IP address of node when it connected to the management server.

Note:
This value will be empty if the management server has restarted since the node last connected.

int ndb_mgm_node_state::connect_count
 

Number of times node has connected or disconnected to the management server

int ndb_mgm_node_state::dynamic_id
 

ID for heartbeats and master take-over (only valid for DB nodes)

int ndb_mgm_node_state::node_group
 

Node group of node (only valid for DB nodes)

int ndb_mgm_node_state::node_id
 

NDB Cluster node ID

int ndb_mgm_node_state::start_phase
 

Start phase.

Note:
Start phase is only valid if the node_type is NDB_MGM_NODE_TYPE_NDB and the node_status is NDB_MGM_NODE_STATUS_STARTING

int ndb_mgm_node_state::version
 

Internal version number


Documentation generated Mon May 2 18:33:48 2005 from mysql source files.
© 2003-2004 MySQL AB