| 
Public Types | 
| enum | State { Wait =  1, 
Start, 
Stop, 
Exit
 } | 
| 
Public Member Functions | 
|  | NDBT_Thread (NDBT_ThreadSet *thread_set, int thread_no) | 
| void | create (NDBT_ThreadSet *thread_set, int thread_no) | 
| NDBT_ThreadSet & | get_thread_set () const | 
| int | get_thread_no () const | 
| void | start () | 
| void | stop () | 
| void | exit () | 
| void | join () | 
| void | set_func (NDBT_ThreadFunc *func) | 
| void | set_input (const void *input) | 
| const void * | get_input () const | 
| void | set_output (void *output) | 
| void * | get_output () const | 
| template<class T > | 
| void | set_output () | 
| class Ndb * | get_ndb () const | 
| int | connect (class Ndb_cluster_connection *, const char *db="TEST_DB") | 
| void | disconnect () | 
| void | clear_err () | 
| void | set_err (int err) | 
| int | get_err () const | 
| 
Friends | 
| class | NDBT_ThreadSet | 
| void * | NDBT_Thread_run (void *arg) | 
Detailed Description
Definition at line 55 of file NDBT_Thread.hpp.
 
The documentation for this class was generated from the following files: