23 static void start_base();
25 static void start_buffer();
27 static void start_log(
string logdir);
30 static void start_archiver(
string archdir,
size_t wsize,
size_t bsize);
32 static void start_merger(
string archdir);
34 static void start_other();
36 static void print_stats();
43 virtual void before_run();
45 virtual void after_run();
55 #endif // __BASETHREAD_H
Definition: thread_wrapper.h:16
A transaction. Internal to the storage manager.This class may be used in a limited way for the handli...
Definition: xct.h:185
pthread_mutex_t running_mutex
Definition: basethread.h:50
static sm_options _options
Definition: basethread.h:47
Start-up parameters for the storage engine. See OPTIONS.
Definition: sm_options.h:24
Definition: basethread.h:15
xct_t * current_xct
Definition: basethread.h:52
bool finished
Definition: basethread.h:21