MySQL 5.6.14 Source Code Document
|
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 &) |
Definition at line 26 of file NodeInfo.hpp.
enum NodeInfo::NodeType |
NodeType
DB |
Database node. |
API |
NDB API node. |
MGM |
Management node (incl. NDB API) |
INVALID |
Invalid type. |
Definition at line 33 of file NodeInfo.hpp.