|
void | init_default (string &process_name) |
|
const string & | get_std_out () const |
|
void | set_std_out (const string &std_out) |
|
const string & | get_std_err () const |
|
void | set_std_err (const string &std_err) |
|
const string & | get_conf () const |
|
void | set_conf (const string &conf) |
|
const string & | get_process_name () const |
|
void | set_process_name (const string &processName) |
|
bool | is_demon () const |
|
void | set_demon (bool demon) |
|
const vector< string > & | get_args () const |
|
void | set_args (const vector< string > &args) |
|
void | set_server_port (int port) |
|
int | get_server_port () const |
|
void | set_unix_socket_path (const char *unix_socket_path) |
|
const string & | get_unix_socket_path () const |
|
void | set_protocol (const char *protocol) |
|
const string & | get_protocol () const |
|
void | set_trx_kit_name (const char *kit_name) |
|
const string & | trx_kit_name () const |
|
void | set_storage_engine (const char *storage_engine) |
|
const string & | storage_engine () const |
|
void | set_thread_handling_name (const char *thread_handling_name) |
|
const string & | thread_handling_name () const |
|
void | set_buffer_pool_memory_size (int bytes) |
|
int | buffer_pool_memory_size () const |
|
void | set_durability_mode (const char *mode) |
|
const string & | durability_mode () const |
|