MySQL 5.6.14 Source Code Document
|
#include <ClusterMgr.hpp>
Classes | |
struct | ArbitSignal |
Public Member Functions | |
ArbitMgr (class ClusterMgr &) | |
void | setRank (unsigned n) |
void | setDelay (unsigned n) |
void | doStart (const Uint32 *theData) |
void | doChoose (const Uint32 *theData) |
void | doStop (const Uint32 *theData) |
Friends | |
void * | runArbitMgr_C (void *me) |
Arbitration manager. Runs in separate thread. Started only by a request from the kernel.
Definition at line 190 of file ClusterMgr.hpp.