MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NodeInfo Struct Reference

Public Types

enum  NodeType { DB = NODE_TYPE_DB, API = NODE_TYPE_API, MGM = NODE_TYPE_MGM, INVALID = 255 }

Public Member Functions

NodeType getType () const

Public Attributes

Uint32 m_version
 Ndb version.
Uint32 m_mysql_version
 MySQL version.
Uint32 m_lqh_workers
 LQH workers.
Uint32 m_type
 Node type.
Uint32 m_connectCount
 No of times connected.
bool m_connected
 Node is connected.
Uint32 m_heartbeat_cnt
 Missed heartbeats.
int nodeId
int processId
int nodeGroup

Friends

NdbOut & operator<< (NdbOut &, const NodeInfo &)

Detailed Description

Definition at line 26 of file NodeInfo.hpp.

Member Enumeration Documentation

NodeType

Enumerator:
DB 

Database node.

API 

NDB API node.

MGM 

Management node (incl. NDB API)

INVALID 

Invalid type.

Definition at line 33 of file NodeInfo.hpp.


The documentation for this struct was generated from the following files: