Public Member Functions |
| NdbBackup (int _own_id, const char *_addr=0) |
int | start (unsigned &_backup_id, int flags=2, unsigned int user_backup_id=0, unsigned int logtype=0) |
int | start () |
int | restore (unsigned _backup_id) |
int | NFMaster (NdbRestarter &_restarter) |
int | NFMasterAsSlave (NdbRestarter &_restarter) |
int | NFSlave (NdbRestarter &_restarter) |
int | NF (NdbRestarter &_restarter, int *NFDuringBackup_codes, const int sz, bool onMaster) |
int | FailMaster (NdbRestarter &_restarter) |
int | FailMasterAsSlave (NdbRestarter &_restarter) |
int | FailSlave (NdbRestarter &_restarter) |
int | Fail (NdbRestarter &_restarter, int *Fail_codes, const int sz, bool onMaster) |
int | startLogEvent () |
int | checkBackupStatus () |
int | clearOldBackups () |
| NdbConfig (int own_id, const char *addr=0) |
bool | getProperty (unsigned nodeid, unsigned type, unsigned key, Uint32 *val) |
bool | getHostName (unsigned int node_id, const char **hostname) |
| NdbRestarter (const char *_addr=0) |
int | getDbNodeId (int _i) |
int | restartOneDbNode (int _nodeId, bool initial=false, bool nostart=false, bool abort=false, bool force=false) |
int | restartOneDbNode2 (int _nodeId, Uint32 flags) |
int | restartAll (bool initial=false, bool nostart=false, bool abort=false, bool force=false) |
int | restartAll2 (Uint32 flags) |
int | restartNodes (int *nodes, int num_nodes, Uint32 flags) |
int | startAll () |
int | startNodes (const int *_nodes, int _num_nodes) |
int | waitConnected (unsigned int _timeout=120) |
int | waitClusterStarted (unsigned int _timeout=120) |
int | waitClusterSingleUser (unsigned int _timeout=120) |
int | waitClusterStartPhase (int _startphase, unsigned int _timeout=120) |
int | waitClusterNoStart (unsigned int _timeout=120) |
int | waitNodesStarted (const int *_nodes, int _num_nodes, unsigned int _timeout=120) |
int | waitNodesStartPhase (const int *_nodes, int _num_nodes, int _startphase, unsigned int _timeout=120) |
int | waitNodesNoStart (const int *_nodes, int _num_nodes, unsigned int _timeout=120) |
int | checkClusterAlive (const int *deadnodes, int num_nodes) |
int | getNumDbNodes () |
int | insertErrorInNode (int _nodeId, int error) |
int | insertErrorInAllNodes (int error) |
int | enterSingleUserMode (int _nodeId) |
int | exitSingleUserMode () |
int | dumpStateOneNode (int _nodeId, const int *_args, int _num_args) |
int | dumpStateAllNodes (const int *_args, int _num_args) |
int | getMasterNodeId () |
int | getNextMasterNodeId (int nodeId) |
int | getNodeGroup (int nodeId) |
int | getRandomNodeSameNodeGroup (int nodeId, int randomNumber) |
int | getRandomNodeOtherNodeGroup (int nodeId, int randomNumber) |
int | getRandomNotMasterNodeId (int randomNumber) |
int | getMasterNodeVersion (int &version) |
int | getNodeTypeVersionRange (ndb_mgm_node_type type, int &minVer, int &maxVer) |
int | getNodeStatus (int nodeId) |
int | getNode (NodeSelector) |
void | setReconnect (bool) |
int | rollingRestart (Uint32 flags=0) |
Definition at line 27 of file NdbBackup.hpp.