|
MySQL 5.6.14 Source Code Document
|


Public Member Functions | |
| NodeState (StartLevel) | |
| NodeState (StartLevel, bool systemShutdown) | |
| NodeState (StartLevel, Uint32 startPhase, StartType) | |
| NodeState & | operator= (const NodeStatePOD &) |
Public Member Functions inherited from NodeStatePOD | |
| STATIC_CONST (DataLength=8+NodeBitmask::Size) | |
| void | init () |
| void | setDynamicId (Uint32 dynamic) |
| void | setNodeGroup (Uint32 group) |
| void | setSingleUser (Uint32 s) |
| void | setSingleUserApi (Uint32 n) |
| bool | getNodeRestartInProgress () const |
| bool | getSystemRestartInProgress () const |
| bool | getStarted () const |
| bool | getSingleUserMode () const |
| Uint32 | getSingleUserApi () const |
Additional Inherited Members | |
Public Types inherited from NodeStatePOD | |
| enum | StartLevel { SL_NOTHING = 0, SL_CMVMI = 1, SL_STARTING = 2, SL_STARTED = 3, SL_SINGLEUSER = 4, SL_STOPPING_1 = 5, SL_STOPPING_2 = 6, SL_STOPPING_3 = 7, SL_STOPPING_4 = 8 } |
| enum | StartType { ST_INITIAL_START = 0, ST_SYSTEM_RESTART = 1, ST_NODE_RESTART = 2, ST_INITIAL_NODE_RESTART = 3, ST_ILLEGAL_TYPE = 4 } |
Public Attributes inherited from NodeStatePOD | |
| Uint32 | startLevel |
| Uint32 | nodeGroup |
| union { | |
| Uint32 dynamicId | |
| Uint32 masterNodeId | |
| }; | |
| union { | |
| struct { | |
| Uint32 startPhase | |
| Uint32 restartType | |
| } starting | |
| struct { | |
| Uint32 systemShutdown | |
| Uint32 timeout | |
| Uint32 alarmTime | |
| } stopping | |
| }; | |
| Uint32 | singleUserMode |
| Uint32 | singleUserApi |
| BitmaskPOD< NodeBitmask::Size > | m_connected_nodes |
Definition at line 184 of file NodeState.hpp.